Re: [SlimDevices: Plugins] Song Scanner IR mapping

2007-11-23 Thread kdf
On 23-Nov-07, at 4:25 AM, AIG wrote: The same with both aif files and iTunes plus files. Any suggestions from the community? It only works with native formats, is those that play using the built- in decoders. by default, aif and aac (itunes plus) will get transcoded to FLAC, making use

Re: [SlimDevices: Plugins] Song Scanner IR mapping

2007-11-23 Thread AIG
OK! Actually the plug in does work with aif! Your answer showed the way: Since aif is listed among native formats, I just tried unchecking the option converting aif files to flac. And voilĂ , Song Scanner did the job quite nicely! (I don't know whether this has some repercussions in other aspects

Re: [SlimDevices: Plugins] Song Scanner IR mapping

2007-11-23 Thread AIG
Hi, Really needing a ffw/rwd feature I've worked my way through the forums and found the Song scanner plugin + remapping the remote to be the solution. HAving downloaded the plugin (SS6.5 version) it certainly appears in the menu and I can scan using up/down alright -- but when I press play

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] Song Scanner IR mapping

2007-11-20 Thread rbools
Hi KDF, Any chance of making your pre v6.5 version of Song Scanner available for download? The link on your website does not work for this version. I'm still running SS v6.3.1 as it is on a Linkstation 1 which simply hasn't the horsepower for v6.5 or above! Thanks in advance! -- rbools

Re: [SlimDevices: Plugins] Song Scanner IR mapping

2007-11-20 Thread kdf
On 20-Nov-07, at 3:26 PM, rbools wrote: Any chance of making your pre v6.5 version of Song Scanner available yup. It should be there now. -k ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

[SlimDevices: Plugins] Song Scanner IR mapping

2007-11-09 Thread Phil Meyer
What is the command to put into a custom IR map file to invoke the Song Scanner in SC7.0? Phil ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

Re: [SlimDevices: Plugins] Song Scanner IR mapping

2007-11-09 Thread kdf
something like menu_Plugins::SongScanner::Plugin to get to the plugin or modefunction_Plugins::SongScanner::Plugin-jumptomenu to get to the adjustment, but it goes directly back to where you were before On 9-Nov-07, at 2:40 AM, Phil Meyer wrote: What is the command to put into a custom IR map

Re: [SlimDevices: Plugins] Song Scanner IR mapping

2007-11-09 Thread Phil Meyer
something like menu_Plugins::SongScanner::Plugin to get to the plugin or modefunction_Plugins::SongScanner::Plugin-jumptomenu to get to the adjustment, but it goes directly back to where you were before I have tried two things: play.hold = modefunction_Plugins::SongScanner::Plugin-jumptomenu

Re: [SlimDevices: Plugins] Song Scanner IR mapping

2007-11-09 Thread kdf
There is a bug in the 7.0 version of the plugin, line 113 needs to change to: Slim::Buttons::Common::pushModeLeft( $client, 'Plugins::Scanner::Plugin'); then use these in your map file: modefunction_Plugins::Scanner::Plugin-jumptoscanner or menu_Plugins::Scanner::Plugin -kdf -- kdf