Skip to content

Commit

Permalink
shoutcast: Fix recording, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hains authored and littlesat committed Nov 25, 2024
1 parent 993b4b9 commit 954aba3
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 @@ -443,6 +443,9 @@ def InputBoxStartRecordingCallback(self, returnValue=None):
args.append('-u')
args.append('WinampMPEG/5.63')
args.append('--codeset-metadata=UTF-8')
args.append('--codeset-id3=UTF-8')
args.append('--codeset-filesys=UTF-8')
args.append('--codeset-relay=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 954aba3

Please sign in to comment.