Skip to content

Commit

Permalink
Shoutcast: Fix recording
Browse files Browse the repository at this point in the history
  • Loading branch information
Hains authored and littlesat committed Nov 25, 2024
1 parent b5d3b48 commit 993b4b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shoutcast/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,9 @@ def InputBoxStartRecordingCallback(self, returnValue=None):
args.append('-s')
if config.plugins.shoutcast.addsequenceoutputfile.value:
args.append('-q')
args.append('-u')
args.append('WinampMPEG/5.63')
args.append('--codeset-metadata=UTF-8')
if not fileExists(self.STREAMRIPPER_BIN):
self.session.open(MessageBox, _("streamripper not installed!"), MessageBox.TYPE_ERROR, timeout=10)
return
Expand Down

0 comments on commit 993b4b9

Please sign in to comment.