Re: [SlimDevices: Plugins] Can Alien BBC use a different helper?

2007-11-21 Thread bpa
>From you log it looks like the RTSp protocol handler are not working as there is no indication of mplayer being called. The log below is what I would expect to see. Do you have RTSP entries in Server Setting/Filetypes ? Code: 2007-11-22 01:25:52.1062 PlayableAODIte

Re: [SlimDevices: Plugins] Can Alien BBC use a different helper?

2007-11-21 Thread cmcevoy
Great : the console output is... 2007-11-22 00:45:20.1420 127.0.0.1: Switching to mode stop from stop 2007-11-22 00:45:20.1421 Already in playmode stop : ignoring mode change 2007-11-22 00:45:20.1421 Adding song index 0 to song queue 2007-11-22 00:45:20.1422 Clearing out song queue first 2007-11-

Re: [SlimDevices: Plugins] Can Alien BBC use a different helper?

2007-11-21 Thread bpa
When Slimserver wants to run mplayer - it uses a shell script mplayer.sh in the Bin directory. Make sure mplayer.sh is marked executable and the owner is such that it can be run by slimserver. When you run mplayer output goes to console but if slimserver is run as a daemon this output is lost -

Re: [SlimDevices: Plugins] Can Alien BBC use a different helper?

2007-11-21 Thread cmcevoy
Many thanks. You have helped to solve the problem with mplayer : the final piece in the jigsaw was to quote the URL of the stream to protect it from the shell. Mplayer now works and plays streams from the command line. Unfortunately that was clearly not the (only) problem as Slimserver still will

Re: [SlimDevices: Plugins] iTunesUpdate v2.1.2 resets my rating in iTunes 7.5

2007-11-21 Thread James
New version uploaded to http://jamescraig.co.uk/SlimServer Unset ratings should no longer be saved. It's not clear why the skipped tracks aren't being saved so I've added another log message to try and figure this out... James -- James

Re: [SlimDevices: Plugins] Can Alien BBC use a different helper?

2007-11-21 Thread bpa
A number of points. I'm not sure whether they will make a difference but remove them one at a time and see if it helps. Between changing rebuild options use a "make distclean" otherwise some options don't get cleared. 1. Do not build a GUI mplayer (i.e. no --enable-GUI) - the mplayer needed is a

Re: [SlimDevices: Plugins] iTunesUpdate v2.1.2 resets my rating in iTunes 7.5

2007-11-21 Thread Beatgi
Hi James Thanks for your reply. "Manually" created history file with 3 songs marked as played, first entry without rating, second with 0 and third with 80: ### iTunes_Hist.txt ### Blue Moods … Blu Sol.mp3|played|20071113011443| Wish You Were Here … Madison Park.mp3|played|20071113011829|0 Hit

Re: [SlimDevices: Plugins] Can Alien BBC use a different helper?

2007-11-21 Thread cmcevoy
As requested. Thanks for your help. Charles +---+ |Filename: configlogs.tar.gz| |Download: http://forums.slimdevices.com/attachment.php?attachmentid=3730| +

[SlimDevices: Plugins] IRBlaster 5.1, timing accurate?

2007-11-21 Thread Mark Lanctot
The timing of IRBlaster 5.1 with the latest SC7 (today's nightly) seems way too short. I have the settings the same as the IRBlaster I have with my 6.5.4 install but it seems like IRBlaster 5.1 is either much faster or doesn't take the time delay for each command into account at all. Is it just

Re: [SlimDevices: Plugins] Announce: MyPicks - OPML station list editor & menu

2007-11-21 Thread Leahcim
bpa;244239 Wrote: > Do you have UAC enabled ? > > Attached is a another mod to Plugin.pm. It eliminates the "directory > writable" test as I wonder whether the test is a problem with Vista. > > Can you re-run the same test with d_plugins enabled. UAC is disabled. New debug: MyPicks: writeOpml

Re: [SlimDevices: Plugins] No luck with ITunesUpdate 2.4.0/SC7

2007-11-21 Thread MatsLarsson
Thanks for the quick response! I've got only one copy installed, and my other plugins (TrackStat and associated) all work fine. Clearing the plugin and browser caches makes no difference. I just tried to remove the plugin, clear caches, and restart SC. No ITunesUpdate in Extras, and the log look

Re: [SlimDevices: Plugins] TrackStat problems

2007-11-21 Thread erland
Phil Meyer;244338 Wrote: > This is not good, and is a seriously lacking area of plugin support > still missing in SC 7.0. I know we've discussed it in the past in the > developers forum. We need a more intelligent way of programatically > assigning functions to keys. I'll see if I can find the

Re: [SlimDevices: Plugins] No luck with ITunesUpdate 2.4.0/SC7

2007-11-21 Thread Craig, James (IT)
It shouldn't be showing up in extras at all because it's clearly not loading. Are you sure you don't have two copies of it installed? Could also be a web-browser cache issue. I'd suggest deleting the plugin cache (plugin-data.yaml in the cache dir and restarting SlimServer. James --

[SlimDevices: Plugins] No luck with ITunesUpdate 2.4.0/SC7

2007-11-21 Thread MatsLarsson
Hello James, After moving from SS6.5.4 to SC7 (of today's trunk), I can't get ITunesUpdate to work. It does appear in the Extras list, but clicking Settings gives: 404 Not Found: plugins/iTunesUpdate/settings/basic.html The log extract is below. Any suggestions would be greatly appreciated! /M

[SlimDevices: Plugins] Binary output in slimserver log alienbbc mplayer ubuntu

2007-11-21 Thread garan
Hi, I ran an upgrade on my Ubuntu (7.10 Gutsy) box yesterday which has broken Alienbbc. Both slimserver and mplayer were upgraded. When I try and play an rtsp file I get the following error message: Streaming: Launching mplayer -really-quiet -vc null -vo null -bandwidth 1000 -cache 128 -af

Re: [SlimDevices: Plugins] TrackStat problems

2007-11-21 Thread Phil Meyer
>This works in my own setup, but if you have another plugin that also >register buttons in the "playlist" mode (Now Playing) the first one >will win and the second registration will be ignored. > My own plugin (PlaylistMan) tries to register add.hold in the now playing mode. In the past, TrackSta

Re: [SlimDevices: Plugins] Song Scanner IR mapping

2007-11-21 Thread rbools
Great. Thanks very much! -- rbools rbools's Profile: http://forums.slimdevices.com/member.php?userid=8745 View this thread: http://forums.slimdevices.com/showthread.php?t=40084

Re: [SlimDevices: Plugins] Can Alien BBC use a different helper?

2007-11-21 Thread bpa
I got the file name slightly wrong. In the directory you used to build mplayer after running configure, two files config.mak and configure.log are created - both files have info about how mplayer will be built on your system. Can you zip and attach both files to the post. -- bpa

Re: [SlimDevices: Plugins] Can Alien BBC use a different helper?

2007-11-21 Thread cmcevoy
Many thanks for the advice. I'm feeling a bit stupid here : I am not sure where to find/how to generate a config.log My mplayer.conf is currently unchanged from the default, and the only line in .mplayer/config is prefer-ipv4 = yes to avoid the extra errors generated without that line. I obviously