Re: [SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-02-06 Thread Michael Herger
I was just dabbling blind trying to learn but I added a name to strings.txt then a function to titleformatter.pm and it showed up and worked, I just got stuck trying to get the info I wanted for it :-) Did you have to patch titleformatter.pm? If you could do the trick without patching

[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-02-06 Thread erland
It seems to be possible to use TitleFormatter without patching as follows: 1. Call: Slim::Music::TitleFormatter::addFormat('MYCUSTOMITEM',\getMyCustomItem) 2. Implement getMyCustomItem in your plugin, I tested this by just implementing it as follows: sub getMyCustomItem { return 'Hello'; }

[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-02-05 Thread erland
There is now new releases available of the TrackStat and SQLPlayList plugins, they should now work in both slimserver 6.2.* and slimserver 6.5. They can be downloaded from my 'download page' (http://erland.homeip.net/download) -- erland Erland Isaksson 'My homepage'

[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-01-29 Thread James
Erland, these plugins sound cool... Unfortunately importing the ratings from my iTunes file crashed SlimServer ( a couple of thousand tracks in, so not too bad!) 2006-01-29 09:47:02.6960 TrackStat::iTunes: iTunes: normalized file://localhost/E:/The%20Chemical%20Brothers/Star%20Guit

[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-01-29 Thread erland
James Wrote: Unfortunately importing the ratings from my iTunes file crashed SlimServer ( a couple of thousand tracks in, so not too bad!) I will have a look at it James Wrote: Also the structure of the TrackStat zip file is not quite as you wanted I think - there's no top level

[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-01-29 Thread erland
There is a new version available of TrackStat now that hopefully solves the iTunes import problem you had. -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download)

[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-01-29 Thread James
thanks Erland, the new zip file looks fine anyway. I can confirm the TrackStat SQLPlaylist plugins work fine with SQLLite - The only big difference is that SQLLite uses 'random' rather than 'rand' (and crashes SS if you use the wrong one.) Might be worth checking for that in the plugin then

<    1   2   3