Re: [SlimDevices: Plugins] iPeng support thread
Hi pippin, thanks for the iPeng update. I know you probably don't want to hear this but I too don't like the new power icons. They are too simplistic in my opinion and make the interface look a bit basic compared to the old ones. Here's a suggestion: how about using the old squeezebox icons (which looked much nicer to me) and getting rid of the overlaid power symbol. Just have the icon greyed if off (ie powered down) and illuminated (a blue outline) if on. Wouldn't that work? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Office), Radio (with battery) *Server:* 7.5.0 for Windows Home Server (HP EX-490 MediaSmart Server) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 | Album Review 2.9.0 | Biography 2.9.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=51929 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPod touch - what size for iPeng?
8GB will be fine. The actual app is << 1GB and this is flash size we are talking about so this doesn't affect performance. Even if you do fancy loading on some music then you don't need the size of your library in flash. The way I look at it is if the battery lasts <24 hours then you need less than 24hours music loaded on it. You have to charge it then so you might as well dock it and you can change the music loaded on then through smart playlists. I used to have a 1GB Nano and found that just fine in terms of storage. HTH CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Office), Radio (with battery) *Server:* 7.5.0 for Windows Home Server (HP EX-490 MediaSmart Server) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 | Album Review 2.9.0 | Biography 2.9.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=75944 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller
My very simple style has been updated for V2. I plan to add a few icons to it, but at the moment it is as attached. Note, it's transparent so you can change the wallpaper. Can you add it to the Wiki? CW +---+ |Filename: customclockhelper.zip| |Download: http://forums.slimdevices.com/attachment.php?attachmentid=9331| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68269 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] SQL Playlist error
That's great thanks. I rebooted my server and 20 songs in it seems to be working. I'll keep an eye on it but I think you've cracked it, thanks. Just in case anybody is wondering why I need this, its because I have many version of the same song, eg A Forest by The Cure. I have version on Seventeen Seconds, 2 compilation albums and various live versions. I flag only one as 'single', if it's exactly the same version then others get tagged as 'duplicate' and alternative versions are tagged as 'altversion'. I don't like the same song to replay too often so I have set no repeat in 2 weeks. I have to also exclude duplicates and alt. versions so get this to work, and now it seems to! Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74512 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] SQL Playlist error
Hi Erland, I have done the customise option and get the following. What I don't know is what the syntax is. Do I duplicate the line: tracks.id=excludecomments.track and excludecomments.value like 'duplicate' and just change the word, or do add something like or 'altversion' on the end? -- PlaylistName:5 Star Songs -- PlaylistGroups: select tracks.url from tracks join track_statistics on tracks.url=track_statistics.url left join comments as excludecomments on tracks.id=excludecomments.track and excludecomments.value like 'duplicate' left join dynamicplaylist_history on tracks.id=dynamicplaylist_history.id and dynamicplaylist_history.client='PlaylistPlayer' where audio=1 and dynamicplaylist_history.id is null and excludecomments.id is null and tracks.secs<420 and (track_statistics.rating>=90) and ifnull(track_statistics.lastplayed,0)<(unix_timestamp()-1209600) group by tracks.id order by rand() limit 10; Thanks for your help CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74512 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] SQL Playlist error
Hi Erland, I was unaware of the single word restriction. I editted the XML as below, but it doesn't work. Is that what you meant? advancedwithrating.sql.xml 5 Star Songs 420 1 0 1209600 duplicate altversion 90 0 0 0 10 CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74512 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
[SlimDevices: Plugins] SQL Playlist error
Hi Erland, I just made the attached playlist and it doesn't work. Specifically, it is not ignoring songs with the excluded words in comments. Any ideas why? It always plays 5 star songs, and i'm pretty sure it doesn't play songs great than 7 minutes and doesn't repeat songs within 2 weeks. Sorry the file is zipped but the board doesn't like .xml files. Cheers CW +---+ |Filename: paulsadvancedwithrating.sql.values.zip | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=9145| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74512 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iTunes Album Rating with Custom Scan
Hi Erland, thanks for the explanation. Yes, I was hoping both track rating and album rating were stored. Never mind, it's a minor thing really, but if you find yourself with some spare time (!) it would be nice to have a back up of my Album ratings. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74477 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Open Last.fm links in SqueezeBox
Seems to work great, thanks! CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74475 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
[SlimDevices: Plugins] iTunes Album Rating with Custom Scan
Hi Erland, I'm current trying to persuade Frank to incorporate iTunes Album ratings into Album Creator Catalog. I believe you support this already (it's an option in the Custom Scan module to use it to rate unrated tracks). Can you let me and Frank know what table it is stored in in SBS? Thanks! CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74477 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] How do you add a new Dynamic Playlist?
Actually, just found a better solution. I just created a new SQL playlist and it appears in the top level! CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74292 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] How do you add a new Dynamic Playlist?
That was exactly what it was. I don't really want it in a folder so I will try your Custom Browse solution. Thanks again CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74292 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] How do you add a new Dynamic Playlist?
Screenies and server log atached, CW +---+ |Filename: Dynamic Playlists Options2.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=9093| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74292 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] How do you add a new Dynamic Playlist?
erland;508628 Wrote: > What do you mean with handcrafted ? > Do you use the SQL Playlist plugin or are you taking about something > else ? > If you use SQL Playlist, do you see them in the Extras/SQL Playlist > menu in the web interface ? > > I assume you have tried to restart SBS also ? > > Is there any errors in the server.log file ? By hand crafted I mean they are created using the 'Advanced playlist with a lot of different options including TrackStat ratings' SQL playlist plugin and then I filled in certain criteria. In the Extras/SQL Playlist menu I see my custom playlists and some others (eg Most played Albums by Artist) but not all the options I see in the Dynamic Playlist list in Options. Yes I have tried restarting SBS. I'll check my server.log in a mo. I'll also post some screenshots when I have some time. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74292 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] How do you add a new Dynamic Playlist?
Hi Erland, I tried powering off the Radio (press and hold off) and it made no difference. I can see various playlists in my dynamic playlist folder. Some are in folders, some are top level. Some are ordinary .m3u playlists and some are modified Trackstat playlists. I have no stock Trackstat playlists, all of mine are handcrafted. Do you need any more details? Can I turn on some debugging to help? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74292 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
[SlimDevices: Plugins] How do you add a new Dynamic Playlist?
Seems like a simple question, but I am flummoxed! I have various hand-crafted dynamic playlists in my list and I just want to add 'Songs Rated 5'. I have it ticked in Settings: Dynamic Playlists: Enable Playlists but it doesn't appear in SBS on in my Booms/Radio. Any ideas what I could be doing wrong? I have tried rescanned by the way, Thanks CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Server:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.6 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=74292 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
To get the title followed by rating use TITLE TRACKSTATRATINGDYNAMIC HTH CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller
mbonsack;504038 Wrote: > I do this, but none of the changes I make on the Web GUI seem to take > effect; I just get the stock custom clocks that come with the applet > itself. In other words, changing the "red" color of "item 1" to grey > does nothing; the whole clock is still red. Is there something else I > need to do to get the custom clock helper to work? I found you needed to select a different style then press back and then reselect the custom clock settings and select your custom style. You should see a spinny thing (does this have a name?) and the display will be refreshed. That's the only way I could see the changes HTH CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68269 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import
erland;502050 Wrote: > Are you saying that an older last played time in iTunes overwrites a > newer last played time in SBS during import ? > That's not supposed to happen, the import should ignore any play times > that's older in iTunes than in SBS. It should also ignore any play > counts that's lower in iTunes than in SBS. > > Or are you talking about exporting statistics from SBS to iTunes ? > > Besides the above logic that should work there isn't any other way to > just synchronize ratings. Hi Erland the way you have explaIned should be fine. I didn't understand there was no overwriting logic. I guess I wasn't seeing tracks replayed, it just felt like that! It might have been down to duplicates in my library. I'll keep an eye on it. I have now amended my dynamic playlist logic to cut out duplicates (I have a keyword in comments I now exclude against) thanks for the help CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=66475 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import
Hi Erland, I have been using CustomScan import for a while now and have found one thing I would like to know if it's possible to change. I have found over time my listening habits have changed and I listen to more music on my Squeezeboxes with Dynamic Playlists than via iTunes and Smart Playlists. This means that rather than replace my play counts and last played data every night I would rather now run the Squeezeboxes independently of iTunes so that my Dynamic Playlists work better (I have found that my playlists play least played tunes first. This isn't an issue, but once they play on the Squeezeboxes and then the last played data is over written then next time the play list is invoked the same tunes will be played again). However I would still like rating syncing. So my question is this. Is there anyway to only sync ratings using CustomScan, and not last played data and playcounts? Regards CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=66475 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
You have got the option selected for only playing unplayed tracks have you? Maybe there are only 10 tracks that match the playlist? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller
Hi Folks, here's the Custom Clock I have made. It's on a transparent background and it's meant for close viewing (as the date is fairly small). Suits me fine as I have the radio on the breakfast bar at the moment. I'll post the .prefs file in a mo. Cheers CW +---+ |Filename: squeezeplay0002.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=8937| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68269 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
Information Screen (this thread) and MIS are different. MIS is for older devices (such as the Boom) and Information Screen is for the Radio and the Touch. Which one do you want? MIS is configurable under the player tab (select MIS), and Information Screen is configurable under the Plugins tab, HTH CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
It's all screensavers, so it's not your issue One other thing. I have just been playing about and installed 7.5.0 latest nightly and Information Screen no longer works. Has anyone got it running with 7.5.0 or is it incompatible? Instead of the now playing screen I just get the wallpaper with nothing overlaid. CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller
erland;500640 Wrote: > You will find the format keywords supported here: > http://perltraining.com.au/tips/2009-02-26.html > > There is no easy way to make the am/pm indication a lot smaller than > the rest of the clock numbers in the current version. thanks. %p then. I did search for them but forgot they were perl. :whoops: Anyway, not tiveorry about the size, I an just designing one I like now. I'll post a screen shot in a bit. CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68269 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller
Hi Erland, a couple of questions. Is there anyway to display the year (%Y?) and what about AM/PM (it seems all the 12hr clocks don't show whether you are AM or PM. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68269 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
Hi Erland, I'd read you have stopped development, that's a real shame. I'll test the screensavers and see if it's just you or them all and post back. With regards to scrolling, yep, it works fine in the now playing screen, Regards CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
Hi Erland, after a couple of days playing I have found 2 things which you may or may not be able to fix. Firstly, when powering off the radio with the Power button it now takes 2 pushes. The first exits Information Screen and the second powers down the radio. Anyway, or making the first push power down? Secondly, when I have long artist names or song titles they disappear off the right of the screen. Have you thought of supporting scrolling in this case (this the native Now Playing screen)? Thanks again, CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
Yep, that's it. I have put them into 2 groups now and only the one I assign in the player setting shows. All sorted now - nice! Thanks for a great plug-in CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
erland;499266 Wrote: > It doesn't seem to work in the Default skin, try switching to Classic > skin and delete/hide them and then switch back to Default skin again > afterwards > > > It might be some refresh issue, try restarting SBS if you haven't done > so already. Thanks. I can see the options in the Classic skin, ta. With regarding the screen configuration screen, if I set one in the player settings then after a restart all screens *but* that one display! Obviously I can work around this (but setting the name against the 2 I don't want) but I thought you might want to fix it! Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
erland;499237 Wrote: > If you only want to limit the screens to a single player, you can > specify a "Screen configuration group" in the screens you want to see on > that single player. You configure a specific player to use a specific > screen group in "Player Settings/Information Screen". This doesn't seem to work for me either. I have the Screen Configuration Group set to 'Radio' and the only screen with that screen configuration group set is Radio/Now Playing. How ever, my radio now only shows Default/ Album Cover! Any ideas? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
erland;499237 Wrote: > It will switch between all configured views in "Squeezebox > Server/Settings/Plugin/Information Screen/Manage Screens". If you never > want to show some of them, you will need to delete or hide them. > > If you only want to limit the screens to a single player, you can > specify a "Screen configuration group" in the screens you want to see on > that single player. You configure a specific player to use a specific > screen group in "Player Settings/Information Screen". Hi erland, thanks for coming back. I still have a few questions! You say it will switch between all views in manage screens but I can delete or hide them, how? I only have the 3 default screens here, but do not know how to delete or hide them. Sorry if it is obvious! Also I have a screen configuration directory and a screen templates directory specified but they are not being used. The Screen configuration directory is still set to the default (the files didn't move when I changed this) and the template directory doesn't work as when I hit 'Download latest version of existing screens' in /Manage Screens it tells me I must specify a templates directory. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)
Hi erland, are their any instructions on what the settings mean? I want a view just like the Radio default now playing screen but with ratings and the album year shown. I added the 2 fields (TRACKSTATRATINGDYNAMIC and YEAR) to the Information Screen now playing options but I get the view changing every 5 seconds between the default now playing, my custom view and the album art work. How can I only show my custom view? Regards CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio *Squeezecenter:* 7.4.2 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.4 | TrackStat 2.10 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67422 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
If you don't want to listen to it, why not just delete it? Failing that, just fast forward until the end :-D CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed
Hi there, OP here. No, I never got this working. I spent a lot of time on it and gave up frustrated. It just seems it needed too many steps to get it to work. I have fallen back on erland's dynamic playlists which I have tweaked to use keywords I have embedded in the comment fields of my mp3s. This gives me a random playback of stuff I like (which is what I wanted from MIP) CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67592 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
Chunkywizard;483154 Wrote: > And no sooner than I said that it seemed to have finished and worked > correctly. I'll post a log next time I'm at my PC > > CW Just to close up this issue. I never got a log as I rebooted my WHS and the logging info defaulted back to the defaults so no information is in the log. Anyway, the import happens over night and it seems to be correct every morning so I'm happy. Thanks again for the plugins and the support, Regards CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
And no sooner than I said that it seemed to have finished and worked correctly. I'll post a log next time I'm at my PC CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
Um, something's up. It has been doing the custom scan for 1.5hours now. SBS is really unresponsive and I think my WHS is working overtime. I'll leave it for the rest pf the evening and see if it finishes CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
Spot on, I have an autorescan is the server.prefs. I'll delete it and try again... CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
Here's the log. Code: [09-11-08 08:02:20.0530] Plugins::CustomScan::Scanner::refreshData (1821) Refresh triggered by module: Rating Tag [09-11-08 08:02:20.0536] Plugins::CustomScan::Scanner::refreshData (1832) CustomScan: Synchronizing Custom Scan data, please wait... [09-11-08 08:02:20.0540] Plugins::CustomScan::Scanner::refreshData (1834) Starting to update musicbrainz id's in custom scan artist data based on names [09-11-08 08:02:20.0620] Plugins::CustomScan::Scanner::refreshData (1858) Finished updating musicbrainz id's in custom scan artist data based on names, updated 0 items : It took 0.007864 seconds [09-11-08 08:02:20.0626] Plugins::CustomScan::Scanner::refreshData (1864) Starting to update custom scan artist data based on musicbrainz ids [09-11-08 08:02:20.0638] Plugins::CustomScan::Scanner::refreshData (1887) Finished updating custom scan artist data based on musicbrainz ids, updated 0 items : It took 0.001166 seconds [09-11-08 08:02:20.0644] Plugins::CustomScan::Scanner::refreshData (1894) Starting to update custom scan artist data based on names [09-11-08 08:02:20.0656] Plugins::CustomScan::Scanner::refreshData (1917) Finished updating custom scan artist data based on names, updated 0 items : It took 0.001139 seconds [09-11-08 08:02:20.0662] Plugins::CustomScan::Scanner::refreshData (1924) Starting to update musicbrainz id's in custom scan album data based on titles [09-11-08 08:02:20.0779] Plugins::CustomScan::Scanner::refreshData (1948) Finished updating musicbrainz id's in custom scan album data based on titles, updated 0 items : It took 0.011677 seconds [09-11-08 08:02:20.0785] Plugins::CustomScan::Scanner::refreshData (1954) Starting to update custom scan album data based on musicbrainz ids [09-11-08 08:02:20.0798] Plugins::CustomScan::Scanner::refreshData (1977) Finished updating custom scan album data based on musicbrainz ids, updated 0 items : It took 0.001175 seconds [09-11-08 08:02:20.0803] Plugins::CustomScan::Scanner::refreshData (1983) Starting to update custom scan album data based on titles [09-11-08 08:02:20.0815] Plugins::CustomScan::Scanner::refreshData (2006) Finished updating custom scan album data based on titles, updated 0 items : It took 0.001143 seconds [09-11-08 08:02:20.0821] Plugins::CustomScan::Scanner::refreshData (2012) Starting to update musicbrainz id's in custom scan track data based on urls [09-11-08 08:02:20.0844] Plugins::CustomScan::Scanner::refreshData (2036) Finished updating musicbrainz id's in custom scan track data based on urls, updated 0 items : It took 0.002209 seconds [09-11-08 08:02:20.0857] Plugins::CustomScan::Scanner::refreshData (2042) Starting to update custom scan track data based on musicbrainz ids [09-11-08 08:02:20.1008] Plugins::CustomScan::Scanner::refreshData (2109) Finished updating custom scan track data based on musicbrainz ids, updated 0 items : It took 0.015 seconds [09-11-08 08:02:20.1021] Plugins::CustomScan::Scanner::refreshData (2115) Starting to update custom scan track data based on urls [09-11-08 08:02:20.1034] Plugins::CustomScan::Scanner::refreshData (2138) Finished updating custom scan track data based on urls, updated 0 items : It took 0.001244 seconds [09-11-08 08:02:20.1039] Plugins::CustomScan::Scanner::refreshData (2140) CustomScan: Synchronization finished I'm on the latest, just released iTunes (9.0.2), could that have anything to do with it? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
After the overnight scan I have the following in my server.log. The scan is at 10pm so the errors occured before the scan (possibly as a result of the manual scan but can't be sure) Code: [09-11-07 20:17:38.2363] Slim::Display::Display::string (809) Error: missing string BBC [09-11-07 20:17:38.2377] Slim::Display::Display::string (809) Backtrace: frame 0: Slim::Utils::Log::logBacktrace (/Slim/Display/Display.pm line 809) frame 1: Slim::Display::Display::string (/Slim/Display/Boom.pm line 178) frame 2: Slim::Display::Boom::string (/Slim/Player/Player.pm line 186) frame 3: Slim::Player::Player::string (/Slim/Control/Jive.pm line 3360) frame 4: Slim::Control::Jive::_localizeMenuItemText (/Slim/Control/Jive.pm line 1977) frame 5: Slim::Control::Jive::_notifyJive (/Slim/Control/Jive.pm line 391) frame 6: Slim::Control::Jive::mainMenu (/Slim/Control/Jive.pm line 273) frame 7: Slim::Control::Jive::menuQuery (/Slim/Control/Request.pm line 1914) frame 8: (eval) (/Slim/Control/Request.pm line 1914) frame 9: Slim::Control::Request::execute (/Slim/Web/Cometd.pm line 806) frame 10: Slim::Web::Cometd::handleRequest (/Slim/Web/Cometd.pm line 548) frame 11: Slim::Web::Cometd::handler (/Slim/Web/Cometd.pm line 108) frame 12: Slim::Web::Cometd::webHandler (/Slim/Web/HTTP.pm line 488) frame 13: Slim::Web::HTTP::processHTTP (/Slim/Networking/IO/Select.pm line 139) frame 14: (eval) (/Slim/Networking/IO/Select.pm line 123) frame 15: Slim::Networking::IO::Select::__ANON__ (/Slim/Networking/IO/Select.pm line 183) frame 16: (eval) (/Slim/Networking/IO/Select.pm line 183) frame 17: Slim::Networking::IO::Select::loop (slimserver.pl line 620) frame 18: main::idle (slimserver.pl line 56) frame 19: PerlSvc::Startup (/PerlSvc.pm line 95) frame 20: PerlSvc::_startup (slimserver.pl line 0) frame 21: (eval) (slimserver.pl line 0) [09-11-07 22:57:41.3232] Plugins::CustomScan::Scanner::refreshData (1832) CustomScan: Synchronizing Custom Scan data, please wait... [09-11-07 22:57:41.4074] Plugins::CustomScan::Scanner::refreshData (2140) CustomScan: Synchronization finished do you want we to turn on some debug? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
The manual scan failed to import new ratings also CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Ipeng Geting started please help!!!
Press and hold on the album cover and select play. HTH CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=71074 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
erland;482648 Wrote: > Does it work if you initiate a standard Squeezebox Server rescan > manually ? > There is an "Automatic rescan" option in "Custom Scan/Various Settings" > that indicates if it should execute automatically after standard > rescans, is it enabled ? I will try a manual rescan now (my nightly scan is a scheduled one). The automatic rescan is enabled. CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
erland;482626 Wrote: > Which scanning module do you use to detect ratings ? Rating Tag ? iTunes > Statistcs Import ? MusicIP Statistics Import ? Custom Tag ? Sorry eland for not being more explicit. It's the Itunes Statistic import CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins
Hi Erland, I've just noticed running Custom Scan 2.7.4. on 7.4.2 has an issue. Each night I do a full rescan and I have set Custom Scan to be included in "Scan All" but it doesn't pick up newly rated songs. If I run it from the Plug Ins section it is fine. Do you know why this is? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8.1 | SQL Playlist 2.5 | Music Information Screen 4.4.5 | Custom Scan 2.7.2 | TrackStat 2.9.1 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Getting a genuine random selection of songs
This can all be done without MusicIP and from within Dynamic Playlists. Go to SQL Playlist in SBS and click create new playlist. Then choose advanced (or advanced with ratings if you use ratings). This allows you to ignore recently played songs, select or ignore genres, specify lengths of songs etc. Hopefully you can create your perfect playlist from there. HTH CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen), Radio on Christmas List *Squeezecenter:* 7.4.1 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7.1 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=70050 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
erland;471655 Wrote: > No, just misconfiguration and possibly unclear documentation. > > I'm guessing your Squeezebox Server music folder is set to > "\\TheMACServer\Music\Music" ? > It would probably have worked if that was set to the same place as > iTunes was, which means "\\TheMACServer\Music" which matches "Z:\" on > the iTunes computer. > > If the Squeezebox Server "Music Folder" doesn't match the iTunes music > folder you will always have to specify something in the "Music path in > Squeezebox Server" parameter to the "iTunes Statistics Import" scanning > module. Yes, my Squeezebox Server music folder is set to "\\TheMACServer\Music\Music". I do this because I didn't want Audiobook scanned which sit in "\\TheMACServer\Music\Audiobooks". Z:\ is indeed set to \\TheMACServer\Music (as I want the Audiobooks in iTunes). I understand now, thanks for the clarification and for fixing my issue! Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
erland;471423 Wrote: > How is the Custom Scan "iTunes Statistics Import" scanning module > configured ? > Specifically, what's the "Music path in Squeezebox Server" parameter > set to ? > > If you have left it empty or set it to "\\TheMACServer\Music\Music", > try to instead set it to "\\TheMACServer\Music". > > Does that solve your problems ? Hi erland, thanks for coming back. The Music path was empty. I have now configured it to \\TheMACServer\Music as suggested and will let you know how I get on. I just started a scan and it's taking a while which I think is a good sign (before it only took a minute). Thanks CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Chunkywizard;462331 Wrote: > I'm afraid it doesn't work. Server and scanner log attached, but I think > this is the problem: > > [09-09-29 07:49:12.5429] > Plugins::TrackStat::iTunes::Import::replace_problematic_url_chars (700) > original url was > file:TheMACServer/Music/Music/Music/The%20Script/The%20Script/05%20Breakeven.mp3 > [09-09-29 07:49:12.5434] > Plugins::TrackStat::iTunes::Import::normalize_location (690) normalized > file://localhost/Z:/Music/The%20Script/The%20Script/05%20Breakeven.mp3 > to > file:TheMACServer/Music/Music/Music/The%20Script/The%20Script/05%20Breakeven.mp3 > > [09-09-29 07:49:12.5464] > Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: > \\TheMACServer\Music\Music\Music\The Script\The Script\05 Breakeven.mp3 > > The path for my music is \\TheMACServer\Music\Music\Artist\Album\Song > > I have one too many musics in there! Looking at Basic Settings I have > set the Music Folder as \\TheMACServer\Music\Music which is correct. Is > this where Custom Scan gets the Music Folder from? Do you think it's the > double music that's causing the issue? I have this because my WHS has a > default Music directory and I have migrated to the new iTunes structure > (File:Library:Organise Library) which seperates out Music, Audiobooks > etc into new directories. > > Any help would be appreciated > > CW Hi erland, I have upgraded to Trackstat 2.9.1 and I'm still seeing this. My server.log is attached but basically all of my new music has the path incorrectly specified and so is being missed by the scan. By the way, there is one slight change and that is existing ratings are now not wiped and survive the Custom Scan scan. Any other tests you want me to run? By the way, I continued the conversation in this thread, is that o.k. or do you want me to move it to the up to date TrackStat thread? Cheers CW +---+ |Filename: server.log | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=8372| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Extension Downloader woes again
I just had an issue with my TrackStat being stuck at v2.8 and not upgrading. I tracked it down to a manual install of TrackStat (when I was testing the fix about ratings not being applied to titles with a ' in) which was stopping 2.9.1 being applied. After removing the manual install everything is fine again HTH CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=69247 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Finally got all my tracks rated with TrackStat
Just one thing, now you have rated them all make sure they are backed up! HTH CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=69157 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] SBS 7.4/Trackstat 2.9
Aha, this sounds like this is my issue on iTunes9 that I reported in another thread. Is that the conclusion you are working to erland or had you not made the connection? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68869 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Some Dynamic Playlists Failed: Help Needed
Excellent spot! That must be it. Thanks for solving the mystery. Just one idea in that case. How about saying 'no matching tracks available' instead of 'failed'. That would help debug thus sort of issue in the future. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68559 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Chunkywizard;462331 Wrote: > I'm afraid it doesn't work. Server and scanner log attached, but I think > this is the problem: > > [09-09-29 07:49:12.5429] > Plugins::TrackStat::iTunes::Import::replace_problematic_url_chars (700) > original url was > file:TheMACServer/Music/Music/Music/The%20Script/The%20Script/05%20Breakeven.mp3 > [09-09-29 07:49:12.5434] > Plugins::TrackStat::iTunes::Import::normalize_location (690) normalized > file://localhost/Z:/Music/The%20Script/The%20Script/05%20Breakeven.mp3 > to > file:TheMACServer/Music/Music/Music/The%20Script/The%20Script/05%20Breakeven.mp3 > > [09-09-29 07:49:12.5464] > Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: > \\TheMACServer\Music\Music\Music\The Script\The Script\05 Breakeven.mp3 > > The path for my music is \\TheMACServer\Music\Music\Artist\Album\Song > > I have one too many musics in there! Looking at Basic Settings I have > set the Music Folder as \\TheMACServer\Music\Music which is correct. Is > this where Custom Scan gets the Music Folder from? Do you think it's the > double music that's causing the issue? I have this because my WHS has a > default Music directory and I have migrated to the new iTunes structure > (File:Library:Organise Library) which seperates out Music, Audiobooks > etc into new directories. > > Any help would be appreciated > > CW Hi erland, did you get anywhere with this? I have now got ratings back using a backup but I would like to sync iTunes and TrackStat every night to import new music ratings. If you need any further information or have any ideas of things to try let me know CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Some Dynamic Playlists Failed: Help Needed
Hi erland, I've fixed this but I can't explain why the playlists were failing in the first place. My fix was to get back ratings on my songs using an old backup. When all songs are rated then the Dance playlist worked. However, both Dance and Rock playlists have a >3* element to them so I am at a loss as to why one worked and the other one didn't. CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68559 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iTunesUpdate and 7.4
Aha, yes I misread it. To go from SC -> iTunes you need to run a script (but it can work). It's discussed here http://wiki.slimdevices.com/index.php/Setup_support_for_ratings#iTunes_integration_with_TrackStat HTH CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68322 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iTunesUpdate and 7.4
CustomScan should be able to do this but I am having issues with this on iTunes9... CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68322 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
[SlimDevices: Plugins] Some Dynamic Playlists Failed: Help Needed
Hi erland, some of my dynamic playlists are failing. This started happening a couple of weeks back when running 7.4 betas and when I had upgraded to iTunes9 (as mentioned in the other thread). I am now running the latest version of your plugins and 7.4.0 and still have an issue. I have 2 almost identical playlists, one called "Josie's Dance Mix" and one called "Josie's Rock Mix". The only difference between them is the genres they pick from. The Dance playlist fails, but the Rock one doesn't. Attached is both playlists and the server.log of me playing both playlists. Any ideas what is wrong? Note these used to work just fine. CW +---+ |Filename: playlists.zip| |Download: http://forums.slimdevices.com/attachment.php?attachmentid=8231| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4.0 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=68559 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
I'm afraid it doesn't work. Server and scanner log attached, but I think this is the problem: [09-09-29 07:49:12.5429] Plugins::TrackStat::iTunes::Import::replace_problematic_url_chars (700) original url was file:TheMACServer/Music/Music/Music/The%20Script/The%20Script/05%20Breakeven.mp3 [09-09-29 07:49:12.5434] Plugins::TrackStat::iTunes::Import::normalize_location (690) normalized file://localhost/Z:/Music/The%20Script/The%20Script/05%20Breakeven.mp3 to file:TheMACServer/Music/Music/Music/The%20Script/The%20Script/05%20Breakeven.mp3 [09-09-29 07:49:12.5464] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: \\TheMACServer\Music\Music\Music\The Script\The Script\05 Breakeven.mp3 The path for my music is \\TheMACServer\Music\Music\Artist\Album\Song I have one too many musics in there! Looking at Basic Settings I have set the Music Folder as \\TheMACServer\Music\Music which is correct. Is this where Custom Scan gets the Music Folder from? Do you think it's the double music that's causing the issue? I have this because my WHS has a default Music directory and I have migrated to the new iTunes structure (File:Library:Organise Library) which seperates out Music, Audiobooks etc into new directories. Any help would be appreciated CW +---+ |Filename: server.log | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=8218| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Hi erland, just updating to 7.4.0 and the new releases of your plug ins then I'll get you some debug (or hopefully report it all works now!) CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
erland;461970 Wrote: > It would be great if you could mail me your iTunes Library.xml file or > if it's large just mail me the first 100 rows or something similar. Hi erland, thanks for looking at this for me. I've attached the a snippet of my library. If you need any more let me know and I'll upload my library to the area of my WHS you have access to. Cheers CW +---+ |Filename: iTunes Library snippet.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=8213| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Further to my last message I have revised my theory! I went back to an old 7.4 and it didn't fix the issues. What I think now is my move to iTunes9 stopped customscan working. It wasn't immediately obvious as I think the imported ratings were cached until the new database in a recent 7.4 cleared my ratings. Does that sound feasible? If so, can you add in support for iTunes9? If you need any info from my iTunes Library just shout. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Hi Erland, it seems the last couple of 7.4 builds seem to have broken the latest custom scan. I think I remember someone saying the scan has changed in the last couple of builds which is probably the reason. If you need any debug info just let me know. Also one of my dynamic playlists seems to have stopped working (I get a failed message). I'll dig up some debug for that as well. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed
Thanks for all the input, I now know a lot more than before. However I still don't know enough to get this working! I'm still fiddling, and will be back with questions if my current ideas all fail ;-D I reread the wiki and I really don't know enough to update it, I'm skimming the surface. What I might do (if I ever get it working) is do a bluffers guide ie, a short key-points guide. I can also point to areas of the wiki that are wrong, but it will not be a complete update as I don't understand a lot of it! CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67592 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed
Great. I can confirm it's all working now. You need to type the follow in the DOS box: sc config squeezesvc depend= "MusicIP Server" It now shows as a dependency in services. Thanks very much for your help CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67592 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed
mherger;455946 Wrote: > > Thanks for the clarification. Can you tell me how to create a > > dependency then? > > That's stupid: while the service GUI offers a page to show the > dependencies, there's imho no way to configure them in there. Your best > > bet is to use sc.exe, as eg. described here: > > http://www.kiwisyslog.com/help/cattools/index.html?appserv_howtoaddservdepends.htm > > -- > > Michael Nothing's ever easy! (Especially if you are in over your head ;D) So I opened a DOS box and typed: sc config squeezesvc depend= MusicMagicServer and I got back [SC] ChangeServiceConfig SUCCESS so I think it has worked, however I don't know how to check it. If I get up properties of the Squeezebox server in Services no dependencies show. One thing that puzzled me is the SBS executable is SqueezeSvr.exe yet the service is called squeezesvc, why is that? When I try and restart SBS I get the message "Error 1075: The dependency service does not exist or has been marked for deletion". I reckon I have got the service name for MusicIP wrong, but how do I find it out? Thanks CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67592 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed
mherger;455946 Wrote: > > Thanks for the clarification. Can you tell me how to create a > > dependency then? > > That's stupid: while the service GUI offers a page to show the > dependencies, there's imho no way to configure them in there. Your best > > bet is to use sc.exe, as eg. described here: > > http://www.kiwisyslog.com/help/cattools/index.html?appserv_howtoaddservdepends.htm > > -- > > Michael Fantastic, another piece of the puzzle thanks! Can you answer my other question. Do I need both the MusicIP plugin and the SpiceFly plug-in or can I use one without the other? Thanks in advance, CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67592 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed
mherger;455938 Wrote: > > This article says the solution to getting MusicIP and SBS to boot in > the > > right order is to do it manually. > > You have to do it as described by spicefly (create a dependancy). This > is > still true in 7.3+. > > > I could try the registry hack on spicefly.com but I am not sure if it > is > > up to date or not, can anyone advise? > > I did it only about a week ago. The instructions aren't fully up to > date. > The service now is called "squeezesvc", no longer "slimsvc". So instead > of > providing a reg file (which many malware scanners will block anyway) > better give clear instructions on how to do this. > > -- > > Michael Thanks for the clarification. Can you tell me how to create a dependency then? I had a look the properties of SBS in services and the dependencies tab is greyed out.. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67592 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed
mherger;455939 Wrote: > One more thing: instead of setting up a new page somewhere new you > should > update the wiki, eg. > http://wiki.slimdevices.com/index.php/Integrating_MusicIP_with_SqueezeCenter > > or related. This way we won't end up with several outdated and > conflicting > pages. Thanks! > > -- > > Michael I've never edited a wiki before but if I get this all up and running I will try and make sure all the information appears in the wiki, Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67592 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed
Thanks for that, interesting reading. Unfortunately it does back up my message that information is not in the right place and is incomplete! This article says the solution to getting MusicIP and SBS to boot in the right order is to do it manually. I would prefer an automated solution. I could try the registry hack on spicefly.com but I am not sure if it is up to date or not, can anyone advise? Also the article talks about the MusicIP plugin, not spicefly so I am still unsure of the difference between them. Again, if someone can clarify that would be great. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67592 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
[SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed
Hi there, I am trying to get MusicIP working on my WHS but am getting confused by conflicting and old information. When I get this working I intend to publish a small up to date guide about how to do this so other people don't have to go through the pain I am currently enduring. The information seems to be out there but it's not all in one place and quite a lot of the forum posts are now out of date. I am mainly using the information at spicefly.com but even that is a little out of date. I have looked at the wiki (also out of date), and also the forum (mostly out of date!). So far I have got MusicIP running headless on my WHS (spicefly.com is very good in this respect). I am now at the point of adding in the integration with SBS and I have 2 questions: Do I need to run the MusicIP plug-in as well as the Spicefly plugin? (Most of the forum post seem to pre-date the built in plug-in) How do I fix the startup order of MusicIP and SBS? (Spicefly.com says 'For the Latest version of Squeezecenter 7.x you do not need this reg file as it can be configured from the Squeezecenter menu items, See the Squeezecenter Startup options menu item on the Start Menu'. However in 7.4 I can not see what is being referred to here) Any help would be appreciated. When I have this running I will try and summerize all the steps needed. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67592 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Spicefly Sugarcube revisited
Sue, are you running 1.8 or 1.9beta? I am looking in to trying this and want to use the latest version possible. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=67219 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPeng support thread
I believe Logitech are working towards a final release of 7.4 to co incide with the release of the Radio later this month. If that's the case then I for one am happy to wait until 7.4 is official. Thanks for the update CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=51929 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] iPeng support thread
Hi Pippin do you have any revised timescale for 1.2? Your roadmap shows it was due last week! I'm asking as I am running 7.4 on my WHS and so I am looking forward to the 7.4 support. At the moment I can't use iPeng and I've got withdrawl symptoms! Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-28xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=51929 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import
Hi ElMuto, my library was completely rescanned last night and everything still looks AOK, job done! Thanks for fixing this, it was my number 1 annoyance with this fantastic plugin. Here's hoping this fix gets incorporated into the main code stream. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=66475 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import
Yee-ha! At first glance, that's fixed it good and proper. Many thanks for your help. I'll give my library a complete look over when I have the chance but I think it's worked. erland, can you incorporate the fix back into the main code? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=66475 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import
ElMuto;448632 Wrote: > Got it working on my system now. All files are now imported into > TrackStat > > The modified Import.pm is attached to this post. > > @cw: let me know, if it works on your system as well. I'm really > curious ... Hi ElMuto, so let me just check I have this right. I need to: 1. Uninstall TrackStat 2.8 through Extension Downloader 2. Shutdown SqueezeCenter 3. Unzip the attached TrackStat-2.8 zip in the C:/Program Files/squeezebox/server/Plugins directory 4. Replace C:\Program Files\Squeezebox\server\Plugins\TrackStat\lib\Plugins\TrackStat\iTunes\Import.pm with your copy. 5. Start Squeezecenter 6. Check it works. I'll try now. Let me know if I have got anything wrong! CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=66475 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import
Hi ElMuto, if you get anywhere with this and want me to test out a possible fix just shout! CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=66475 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import
Aha, you are not who I thought you were! We are three, see: http://code.google.com/p/erlandplugins/issues/detail?id=72&sort=reportedby&colspec=ID%20Plugin%20Type%20Status%20Priority%20Milestone%20ReportedBy%20Summary They are running a WHS system as well. Can you link your findings to the bug report? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=66475 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import
Hi ElMuto, I am the other guy seeing this (I started the other thread). I remember erland saying that this bug isn't present in the Linux build, it only seems to affect Windows builds. I guess that wouldn't point to a bug in SC... CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=66475 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Just to confirm, I upgraded SQLPlaylist, then installed 28002 and rebooted after that was installed. So it sounds like there is a bug somewhere! Thanks for the clarification, CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Hi erland, thanks for the help. I didn't edit the SQL manual (just through Extras)and I do have MySQL installed correctly. Your suggest of refreshing the playlists under the Extras menu did the trick, they now work perfectly. Thanks! Maybe this refresh can be done automatically in future releases to avoid problems? Anyway, just my 'missing track ratings for songs with single quotes in' bug to go ;-D Thanks for all your help CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Hi erland, I also tried my Dynamic Playlists in the hope that they were fixed, but they still failed. Server.log with debug is attached HTH CW +---+ |Filename: server.log | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=7903| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
erland;445172 Wrote: > I'm not completely sure but I don't think this correction is the > solution to your problem. > The corrected problem was caused by a change introduced in the SQLite > version of SqueezeCenter 7.4 and it was merged back to the MySQL version > a few days ago. Hi erland. I got the itch and upgraded to 7.4-28002 and the latest versions of your plug ins. I can confirm my bug is still present. Sorry CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Ooh, is that 'my' (http://forums.slimdevices.com/showthread.php?t=61055) bug you are talking about? I would load up straight away but I'm still a bit fearful of the 7.4 switch back to MySQL which seems to be a bit flaky at the mo. If someone can convince me the latest 7.4 nightly actually works I'll test these ASAP. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
My native playlist errors are different. See attached. HTH CW +---+ |Filename: server.log | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=7875| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Great, thanks. Would this fix the native playlists as well as user defined ones or do I need to run debug on the native ones (as they fail in a different way)? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Hi erland, server.log is attached ( this was after enabling debug) HTH CW +---+ |Filename: server.log | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=7869| +---+ -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Hi erland, Dynamic Playlists aren't working for me. I have some custom playlists which don't work (my Boom says 'Failed') but also some of the built in ones eg Top Song (by Artist) don't work either (no failed message, just nothing seems to happen when you select them). I can provide some debug if you let me know how to enable it. Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-27xxx for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.8 | SQL Playlist 2.5 | Music Information Screen 4.42 | Custom Scan 2.7 | TrackStat 2.9 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Squeezebox Server 7.4 beta versions of erlands plugins
Hi erland, thanks for the 7.4 versions of your plug ins, most appreciated. I just tried Custom Scan with the latest nightly and I still have my old issue (detailed 'here' (http://forums.slimdevices.com/showthread.php?t=61055)). Any chance of having a look at this for me? Best Regards CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=65439 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Custom Scan: Not importing all iTunes ratings
No problem, I can wait a few weeks. Thanks for the update CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=61055 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Custom Scan: Not importing all iTunes ratings
Hi erland I've just seen your post re SC 8.0 and understand that iTunes support may be a way off. Any chance of trying to fix my bug before the work on SC 8.0 support starts? Then I would be happy to stick with my current build of SC. Here's hoping CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=61055 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat errors in server.log
Aha! See here: http://forums.slimdevices.com/showthread.php?t=61055 do you see the same thing? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=63257 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] TrackStat errors in server.log
Do you use ITunes? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=63257 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Custom Scan: Not importing all iTunes ratings
hi erland As an experiment I tried SC 7.32. I couldn't even load CustomSvan and TrackStat! If you can tell me how to do this I'll continue the experiment! CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=61055 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Custom Scan: Not importing all iTunes ratings
Hi erland, did some more experimenting. I load SC on my laptop, and also loaded on my test 'abcdef' files into the local iTunes library, ie on the same drive as SC. I didn't change any settings apart from pointing SC to my iTunes library and turning on iTunes import. I can still replicate the problem. What I can do next is downgrade iTunes to an older version. The versions I could find are: http://www.oldversion.com/iTunes.html which versions has you tried? CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=61055 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
[SlimDevices: Plugins] TrackStat errors in server.log
DESKTOP/D/My%20Music/Compilations/35%20Favourite%20Nursery%20Rhymes/05%20Jack%20%26%20Jill.mp3. [09-05-11 02:36:58.4689] Plugins::TrackStat::Storage::mergeTrack (1072) No matching alternative path found for file:///D:/shares/Music/NEWDESKTOP/D/My%20Music/Compilations/35%20Favourite%20Nursery%20Rhymes/14%20Boys%20%26%20Girls%20Come%20Out%20To%20Play.mp3. [09-05-11 02:36:59.5471] Plugins::TrackStat::Storage::mergeTrack (1072) No matching alternative path found for file:///D:/shares/Music/NEWDESKTOP/D/My%20Music/Compilations/35%20Favourite%20Nursery%20Rhymes/31%20Oranges%20%26%20Lemons.mp3. [09-05-11 02:37:00.8439] Plugins::TrackStat::Storage::mergeTrack (1072) No matching alternative path found for file:///D:/shares/Music/NEWDESKTOP/D/My%20Music/The%20Sunshine%20Underground/Raise%20The%20Alarm/12%20Climbing%20Up%20The%20Walls%20%5BHidden%20Tra.mp3. [09-05-11 02:37:04.6564] Plugins::TrackStat::Storage::mergeTrack (1072) No matching alternative path found for file:///D:/shares/Music/NEWDESKTOP/D/My%20Music/Just%20Jack/Embers%20Single/01%20Embers%20%5BRadio%20Edit%5D.mp3. [09-05-11 02:37:04.6597] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Jack Pe?ate\Tonight's Today Single\01 Tonight's Today.mp3 [09-05-11 02:37:04.9696] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\01 Wraithlike.mp3 [09-05-11 02:37:05.0024] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\02 The Penultimate Clinch.mp3 [09-05-11 02:37:05.0179] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\03 The Kids Are Sick Again.mp3 [09-05-11 02:37:05.0327] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\04 A Cloud Of Mystery.mp3 [09-05-11 02:37:05.0358] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\05 Calm.mp3 [09-05-11 02:37:05.0635] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\06 In Another World (You'd Have Found Yourself By Now).mp3 [09-05-11 02:37:05.0787] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\07 Let's Get Clinical.mp3 [09-05-11 02:37:05.0936] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\08 Roller Disco Dreams.mp3 [09-05-11 02:37:05.0980] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\09 Tanned.mp3 [09-05-11 02:37:05.1226] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\10 Questing, Not Coasting.mp3 [09-05-11 02:37:05.1257] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\11 Overland, West Of Suez.mp3 [09-05-11 02:37:05.1394] Plugins::TrackStat::iTunes::Import::handleTrack (424) file not found: D:\shares\Music\NEWDESKTOP\D\My Music\Max?mo Park\Quicken The Heart\12 I Haven't Seen Her In Ages.mp3 CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=63257 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Custom Scan: Not importing all iTunes ratings
Forgot to say, I'm using iTunes 8.1.1, the latest version Cheers CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=61055 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Custom Scan: Not importing all iTunes ratings
Hi erland, these are the things I changed in Squeezecenter Basic Settings: Set Music Folder to Z: (a network drive) Set Playlist folder to Z:\Squeezebox\Playlists Music Library: Set Group Compilation Albums together Set List Albums by Band Set Treat Multi-disc sets as a single album ITunes: Set Use Itunes Set iTunes Reload Interval to 0 Set Include All Songs Set Library to Z:\iTunes\iTunes Library.xml Set Music Folder to Z: Set Playlist Prefix to 'iTunes: ' Addins - TrackStat Ratings Settings: Set Automatic Rating to No Set Dynamic Automatic Ratings to No Set Automatic Rating of non rated tracks to No Addins - CustomScan: Turned off Custom Tag and Mixed Tag Turned on iTunes Statistics Import in Automatic Scans Set XML file to Z:\iTunes\iTunes Library.xml That's it CW -- Chunkywizard *Squeezebox:* Boom x2 (Lounge and Kitchen) *Squeezecenter:* 7.4-26010 for Windows Home Server (HP EX-475 MediaSmart Server with 2GB RAM upgrade) *Plugins:* Dynamic Playlists 2.7 | SQL Playlist 2.4 | Music Information Screen 4.37 | Custom Scan 2.6 | TrackStat 2.8 | SettingsManager 2.1.12 | SyncOptions 2.1.24 | AutoDimDisplay 2.1.7 | Biography 2.7.0 *Remote:* iPod Touch Gen. 1 running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=61055 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins