Comment 10 for bug 154880

Revision history for this message
Sven Hoffmeister (schaumkeks) wrote :

Ok, 0.7.0-1 from hardy gives MP3 playback but takes MP3 streaming.

I found this in the source diff:
--- idjc-0.7.0.orig/idjcpython/idjc_config.py
+++ idjc-0.7.0/idjcpython/idjc_config.py
@@ -1,11 +1,12 @@
-# config.py: Generated by local script. IDJC will run from the development tree.
-libexecdir = "/home/stephen/i/toplevel/c/"
-pkgdatadir = "/home/stephen/i/toplevel/artwork/"
+# config.py: Automatically generated by make.
+localversion = False
+libexecdir = "/usr/lib/idjc/"
+pkgdatadir = "/usr/share/idjc/"
 mp4enabled = 1
 avformat = 1
 avcodec = 1
 mp3enabled = 1
-flacenabled = 1
-lameenabled = 1
-version = "0.7.0 Dev."
+flacenabled = 0
+lameenabled = 0
+version = "0.7.0"
 gfext = ".png"

As you can see lameenabled is changed to 0. So simply change this line in your local /usr/share/pycentral/idjc/site-packages/idjc/idjc_config.py and don't forget to install the package "lame", if not already done. idjc should now support mp3 streaming, but the option for this is a bit hidden in the new GUI. You have to scroll within or resize the radio server configuration dialog to see the format and stream info options. There you can now change format to mp3 so the Server Connect button will not be gray if shoutcast is selected.

Could this be fixed, please? I guess, lame and flac package and maybe some others optionally used by idjc should be in Suggests/Recommends, but I'm no expert in packaging.