kingosticks / mopidy-tunein

Mopidy extension for playing music from tunein
Apache License 2.0
65 stars 14 forks source link

BBC Radio in new pimusicbox beta #7

Closed jackrichardson closed 10 years ago

jackrichardson commented 10 years ago

Hi, Wooter now has included gstreamer0.10-ffmpeg, and the latest version of your plugin in the base package (but still not gstreamer0.10-plugins-bad, which I've installed manually and contacted him about). BBC radio stations have been working perfectly in alpha 4, but in a beta released yesterday Tunein works but not any BBC stations. Sorry, I don't know where to find the log for your plugin. The webclient log shows this:

2014-05-11 10:12:28,338 - INFO Starting new HTTP connection (1): opml.radiotime.com 2014-05-11 10:12:29,226 - INFO Starting new HTTP connection (1): opml.radiotime.com 2014-05-11 10:12:30,153 - INFO Starting new HTTP connection (1): www.bbc.co.uk

Thanks

kingosticks commented 10 years ago

Just my luck - I only just looked for a new release and reinstalled my system yesterday but the new one wasn't up yet. I'll check this out. For logging I typically remove the pimusicbox changes in /etc/mopidy/logging.conf, stop the service, and then run: mopidy -v --config /etc/mopidy/mopidy.conf -o loglevels/mopidy=info -o loglevels/mopidy.tunein.Tunein=debug.

EDIT: Actually, that command for logging just Tunein doesn't seem to work in musicbox...

kingosticks commented 10 years ago

I ended up just removing the /etc/mopidy/logging.conf file and then my above command works as expected. I must admit I don't understand python logging. I also had to stop the monitrc service in order to run mopidy on the command line otherwise it kept restarting the mopidy service automatically.

Anyway, this is another missing gstreamer plugin and installing gstreamer0.10-plugins-ugly will fix it. I already had this package listed on the readme so I'm not sure why it didn't come up before.