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

2007-01-10 Thread erland
A new version (1.16) of the SQLPlayList plugin is now available, the new functionallity and changes are: - Added support to start SQL with ( making it possible to use unions in the SQL - Added compatibility check when downloading playlists NOTE This version has only been tested towards slimserver

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

2007-01-07 Thread erland
inhico;167928 Wrote: > I wonder if it would be possible to use a 10-star rating system. It > would allow me more differentiation and flexibility. Perhaps 10 stars > is a little overdone, but 5 seems a to me little too rough. I feel it > urges me to think more careful about how much stars to give

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

2007-01-07 Thread inhico
Hi Erland, Thanks for your great plug-in! I wonder if it would be possible to use a 10-star rating system. It would allow me more differentiation and flexibility. Perhaps 10 stars is a little overdone, but 5 seems a to me little too rough. I feel it urges me to think more careful about how much s

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

2007-01-07 Thread erland
A new version (1.35) of the TrackStat plugin is now available, there new functionality and changes are: - Added support for skip filters for use with the new Custom Skip plugin. NOTE This version requires slimserver 6.5.x (It won't even start with 6.3 and 6.2) The new version is available at my

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

2006-12-31 Thread Yannzola
Okay. Reinstalled all of the latest 12/25 plugins, changed the number of results up to 100, deleted and rebuilt my old .sql files ... still no joy. Attached is a sample log report: +---+ |Filename: errors.txt

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

2006-12-31 Thread Yannzola
erland;166075 Wrote: > > > Are you using the mysql bundled with slimserver ? > > Which operating system are you running slimserver/mysql on ? > > If you are running Windows, have you tried restarting the slimserver > computer ? > (Sometimes solves strange problems on Windows) > > Have you ch

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

2006-12-31 Thread erland
Also, could you try to raise the limit in the SQL statement from 10 to something higher just to make sure it doesn't randomly select unrated tracks because you have more of them. -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/dow

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

2006-12-31 Thread erland
Yannzola;166066 Wrote: > What I noticed from testing the code you provided was this: All of them > worked as expected =except= for the ones using the line"or > track_statistics.rating is null" which =only= returned unrated tracks. > The result I was expecting was a mix of 3+ star rated tracks and

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

2006-12-31 Thread Yannzola
What I noticed from testing the code you provided was this: All of them worked as expected =except= for the ones using the line"or track_statistics.rating is null" which =only= returned unrated tracks. The result I was expecting was a mix of 3+ star rated tracks and unrated tracks. Note: I am usin

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

2006-12-31 Thread erland
Yannzola;166054 Wrote: > Nope. No joy. Any other suggestions or data I can provide? 1. Just to make sure, you have restarted slimserver after you upgraded to the new plugin versions ? 2. Have you checked if there are any errors in the slimserver log: http://localhost:9000/log.txt 3. Could you

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

2006-12-31 Thread Yannzola
erland;166041 Wrote: > Maybe you already have played most of the tracks rated above 3 that > matches these criterias, then you just have to stop and start to play > the playlist again to start over again. I doubt this very much... unless dynamicplaylist_history.id data is cumulative across sessio

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

2006-12-31 Thread erland
Yannzola;166038 Wrote: > Like So: > > select tracks.url from tracks > join track_statistics on > tracks.url=track_statistics.url > left join dynamicplaylist_history on > tracks.id=dynamicplaylist_history.id > where > audio=1 >

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

2006-12-31 Thread erland
Yannzola;166012 Wrote: > Erland, as of the latest version of SQLPlaylist, my old dynamic > playlists no longer work as expected. In particular the problem seems > to be at the following lines: > > where > and track_statistics.rating>=50 > or track_statistics.rating is

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

2006-12-31 Thread Yannzola
erland;166036 Wrote: > It works in my setup, how does the complete SQL look like ? Like So: select tracks.url from tracks join track_statistics on tracks.url=track_statistics.url left join dynamicplaylist_history on tracks.id=dynamicplaylist_histo

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

2006-12-30 Thread Yannzola
Erland, as of the latest version of SQLPlaylist, my old dynamic playlists no longer work as expected. In particular the problem seems to be at the following lines: where and track_statistics.rating>=50 or track_statistics.rating is null Previously, This would retu

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

2006-12-22 Thread Pale Blue Ego
Erland, I wanted to thank you for your efforts in creating these excellent plugins. I hadn't even noticed that TrackStat now includes the feature I requested (1-10 rating scale) and has for some time! The feature set is massive compared to the last time I used TrackStat, and it's all very impr

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

2006-12-20 Thread erland
A new version (1.15) of the SQLPlayList plugin is now available, the new functionallity and changes are: - Added support for downloading playlists from other users - Added support for publishing playlists for other users to use NOTE This version has only been tested towards slimserver 6.5, it wil

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

2006-11-25 Thread erland
A new version (1.33) of the TrackStat plugin is now available, the new functionallity and changes are: - Added support for putting statistics in a Favorites folder to make it easier to access mostly used statistics. NOTE This version requires slimserver 6.5.x (It won't even start with 6.3 and 6.2

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

2006-11-23 Thread erland
A new version (1.13) of the SQLPlayList plugin is now available, the new functionallity and changes are: - Added possibility to implement playlist templates in separate plugins (Used by TrackStat 1.32) - Added new playlist options --- ContentType: Makes it possible to create playlists that instead

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

2006-11-23 Thread erland
A new version (1.32) of the TrackStat plugin is now available, the new functionallity and changes are: - Corrected so rating works with several synchronized players - Removed composers and conductors from artist statistics - Updated so TrackStat web interface doesnt lose context when page is refre

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

2006-11-18 Thread erland
A new version (1.31) of the TrackStat plugin is now available, the new functionallity and changes are: - Added support for Custom Browse to connect a menu directly to a top level statistic group NOTE This version requires slimserver 6.5.x (It won't even start with 6.3 and 6.2) The new version is

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

2006-11-17 Thread erland
gsalton;155415 Wrote: > First part looks okay. Obviously it is just dropping the > file://localhost/ and retaining the Share (E) part; don't know why. I > double-checked the path name in iTunes import. > It should drop the localhost part so thats ok. I have a small suspicion that it might be the

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

2006-11-16 Thread gsalton
The manual import seemed to work. This is fabulous! Thanks again for your help. Hopefully I'll eventually get it set up to do back-and-forth, but for the moment this is nice. Unrelated, or probably not related, it now does not want to play AAC songs with entirely Cyrillic album/artist/song info;

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

2006-11-16 Thread gsalton
erland;155397 Wrote: > There should be a message in the debug log in the beginning of the > import that starts with: > > (time) found the music folder: computer> > > Could you look at which folder it shows in this message. This is the > problem if it shows something else than: > (time) found t

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

2006-11-16 Thread erland
gsalton;155343 Wrote: > It does not seem to be "normalizing" to the local drive, although the > path to iTunes music appears to be correct (this is where the music is, > and Slimserver has access to it. There should be a message in the debug log in the beginning of the import that starts with: (

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

2006-11-16 Thread gsalton
I think I now have the file correct for iTunes Music Library.xml (sorry, I misread the path instruction there); when I run this it runs for quite a while, seemingly looking for music, then quits. Errors for virtually every file (that I can see) are of the type: (time) TrackStat::iTunes: file not

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

2006-11-16 Thread erland
gsalton;155187 Wrote: > So, in the box for location of iTunes library file, I have: E:\Music > (and the file is there named Itunes Music Library.xml, a recent copy). This is probably your problem, it should point to the actual file, so you should set it to: E:\Music\iTunes Music Library.xml gsal

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

2006-11-16 Thread gsalton
erland;154717 Wrote: > There is some information in the included README.txt, if you have any > specific questions just ask. What I do is this: > 1. I did a one time import of all iTunes rating using the TrackStat > plugin once a long time ago. This made all my iTunes ratings available > in my Lin

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

2006-11-14 Thread erland
gsalton;154641 Wrote: > This seems to be exactly what I need - running itunes on one computer, > squeezebox on a server (where the itunes music files are held). The > holy grail would be having the play count / ratings tracked in > slimserver for occasional sync with itunes. Which it seems this d

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

2006-11-14 Thread gsalton
This seems to be exactly what I need - running itunes on one computer, squeezebox on a server (where the itunes music files are held). The holy grail would be having the play count / ratings tracked in slimserver for occasional sync with itunes. Which it seems this does. Are there more detailed i

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

2006-11-12 Thread erland
A new version (1.12) of the SQLPlayList plugin is now available, the new functionallity and changes are: - Totally redesign of playlist creating web interface: --- Playlist settings can be changed after the playlist has been created without editing the SQL manually. --- The user no longer need to

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

2006-11-02 Thread dSw
erland;152020 Wrote: > I think the problem is that mysql re-executes the inner SQL for every > row in the main SQL, so this results in that you need to get very lucky > to get any hit at all. That makes perfect sense - thanks for your help (and a great plugin!). -- dSw ---

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

2006-11-02 Thread erland
dSw;151675 Wrote: > Can anyone see anything obviously wrong with this query or suggest an > alternative way of doing it?I think the problem is that mysql re-executes the > inner SQL for every row in the main SQL, so this results in that you need to get very lucky to get any hit at all. Somethin

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

2006-11-01 Thread dSw
I'm having problems with SS 6.5 using the a SQL Playlist that I used successfully with 6.3.x. The following query used to return all tracks from a single album that had tracks tagged with the 'Mix' genre. It now usually doesn't return anything, but occasionally returns just one track. I've played

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

2006-10-26 Thread Yannzola
So far so good. Thanks for this! -- Yannzola Yannzola's Profile: http://forums.slimdevices.com/member.php?userid=874 View this thread: http://forums.slimdevices.com/showthread.php?t=20533 _

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

2006-10-26 Thread erland
A new version (1.30.2) of the TrackStat plugin is now available, there is no new functionallity just an error correction: - Corrected problem where automatic rating caused a crash on files with an url longer than 255 characters. NOTE This version requires slimserver 6.5.x (It won't even start wit

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

2006-10-26 Thread Yannzola
erland;150116 Wrote: > This exact problem is caused by TrackStat. It's caused by an url which > is longer than 255 characters and some bad error handling inside > TrackStat, I will try to post an updated version in the next hours > unless something goes wrong. Thanks Erland! -- Yannzola -

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

2006-10-26 Thread erland
kdf;150113 Wrote: > If you truly don't believe trackstat is the cause of the crashes (I have > lost track of all the crossposting) then please delete the plugin > completely from your system and report any crashes that you find in the > log.This exact problem is caused by TrackStat. It's caused b

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

2006-10-26 Thread kdf
i tried to post twice now, but it's been bouncing. I guess the mail gateway is hosed. there is a debug pref in the server settings->plugins, trackstat section. This will help track down the problem you have with the trackstat crash (hopefully). If you truly don't believe trackstat is the caus

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

2006-10-26 Thread Yannzola
Yannzola;150098 Wrote: > > KDF, can you remind me how to output a log.txt file that survives a > crash? > > Thanks! > y. Nevermind found it. For other Windows users who are curious: Stop the slim and slimtray processes via task manager, and enter the following via run or the command line:

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

2006-10-26 Thread Yannzola
Thanks KDF. BTW: I'm running the latest version of Trackstat 1.30.1 An interesting point is that the crash is happening repeatedly with one track in particular. KDF, can you remind me how to output a log.txt file that survives a crash? Thanks! y. -- Yannzola -

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

2006-10-26 Thread kdf
On 26-Oct-06, at 5:14 PM, Yannzola wrote: I've been having Slimserver crash while listening to Random Song with Trackstat set to auto rate. I'm on Windows XP SP2. The crash appears semi-consisitently at the end of a certain unrated track as it loads the next track (about when the auto-rating i

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

2006-10-26 Thread Yannzola
I've been having Slimserver crash while listening to Random Song with Trackstat set to auto rate. I'm on Windows XP SP2. The crash appears semi-consisitently at the end of a certain unrated track as it loads the next track (about when the auto-rating is assigned?). I'm only guessing that Trackstst

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

2006-10-21 Thread erland
A new version (1.30.1) of the TrackStat plugin is now available, there is no new functionallity just an error correction: - Corrected problem in "delete unused statistics" function. NOTE This version requires slimserver 6.5.x (It won't even start with 6.3 and 6.2) The new version is available at

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

2006-10-15 Thread erland
A new version (1.30) of the TrackStat plugin is now available, the new functionallity and changes are: - Added support for automatic increase/decrease of rating dependent on if track is skiped early or completely played Ratings internally is stored as a value 0-100, if a track is skipped during th

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

2006-10-12 Thread wiped
Thanks!! Everything is working fine now. -- wiped Squeezebox 3 - SS 6.5.1 - CD T2500 - 2Gb ram - 1945 albums with 26686 songs by 4470 artists (FLAC and MP3) - 324Gb Music Folder wiped's Profile: http://forums.slimdevices.

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

2006-10-12 Thread erland
A new version (1.29.1) of the TrackStat plugin is now available, there is no new functionallity just an error correction: - Corrected so it works with 6.5.1 (llegal mix of collations problem, no correction was needed in DynamicPlayList) - Please note that this version will do a conversion of Trac

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

2006-10-11 Thread erland
wiped;145234 Wrote: > Error: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and > (utf8_general_ci,IMPLICIT) for operation '='"This is caused by a change > between slimserver 6.5.0 and slimserver 6.5.1. I'll have to change the same thing in TrackStat, I have it working in my own setup, bu

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

2006-10-11 Thread wiped
FYI, not sure if it matters but..: Searching for utf8_unicode_ci returns these txt files under slimserver: schema_1_up.sql schema_2_up.sql Searching for utf8_general_ci returns these txt files under slimserver: system.sql --- Also searched the web for the error message and found a similar on

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

2006-10-11 Thread wiped
erland;145467 Wrote: > I'm not sure if its stored to a file by default, but you should be able > to open a command prompt window and run "slim.exe --logfile C:\log.txt" > manually and then you will get the log in C:\log.txt Ok, here is the log. Started slimserver. Opened the webpage Opened track

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

2006-10-11 Thread erland
socialxray;145428 Wrote: > I am having the same problem. Upgraded to 6.5 and my playlists do not > work anymore. When editing them via the web interface no tracks are > displayed. When attempting to play them the web interface shows zero > files, even though the files do contain information.

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

2006-10-11 Thread erland
wiped;145433 Wrote: > Ok i'll try that, where is the log located? > i enabled debugging but i don't find any log.I'm not sure if its stored to a > file by default, but you should be able to open a command prompt window and run "slim.exe --logfile C:\log.txt" manually and then you will get the lo

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

2006-10-11 Thread wiped
erland;145399 Wrote: > Unless you have been using mysql together with 6.3.0, the SQLPlayList > plugin playlists need to be modified. In 6.3.0 the contained something > like "order by random()" in 6.5.0 this has to be changed to "order by > rand()". For newly created playlist this will be done aut

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

2006-10-11 Thread socialxray
wiped;145234 Wrote: > > For the playlists, just NOTHING happens when selecting to play the > playlist. > > " I am having the same problem. Upgraded to 6.5 and my playlists do not work anymore. When editing them via the web interface no tracks are displayed. When attempting to play them the

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

2006-10-11 Thread erland
Yannzola;145418 Wrote: > I may be missing something... but is it currently possible to use a > combination of Random Playlist, Dynamic Playlists, and Trackstat to > create a playlist of random songs filtered by rating? In particular, > I'd love to be able to have the ability to play a "random" li

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

2006-10-11 Thread Yannzola
I may be missing something... but is it currently possible to use a combination of Random Playlist, Dynamic Playlists, and Trackstat to create a playlist of random songs filtered by rating? In particular, I'd love to be able to have the ability to play a "random" list of unrated tracks + tracks ra

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

2006-10-11 Thread erland
wiped;145234 Wrote: > However the problem is that none of my sql playlists works, and also i > cannot browse e.g. top rated songs in trackstat.. > For the playlists, just NOTHING happens when selecting to play the > playlist. > Unless you have been using mysql together with 6.3.0, the SQLPlayLis

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

2006-10-11 Thread wiped
Hello I've been using 6.3.0 with trackstat, sqlplaylist and dynamicplaylists. Yesterday i've upgraded to 6.5.1 (06-10-10). I made a backup of the trackstat data. I uninstalled and deleted the slimserver directory. Then i installed 6.5.1 I then installed the latest version of the plug-ins. Then i

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

2006-10-10 Thread Dr Lovegrove
On 09/10/06, erland <[EMAIL PROTECTED]> wrote: A new version (1.29) of the TrackStat plugin is now available NOTE 1 This version does not seem to work correctly with Moose 0.44 due to the CLI interface changes. So if you are using the rating functionallity in Moose you may want to wait for a ne

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

2006-10-09 Thread erland
A new version (1.11) of the SQLPlayList plugin is now available, the new functionallity and changes are: - Added support for creating playlists that based on COMMENT tags - Corrected some other small problems NOTE! This version has only been tested towards slimserver 6.5, it might also work towar

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

2006-10-09 Thread erland
A new version (1.29) of the TrackStat plugin is now available, the new functionallity and changes are: - Corrected a lot of 6.5 compatibility problems in dynamic playlists. - Corrected some statistics which didn't show correct result. - Corrected so it does not crash when mixerlinks on year is ad

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

2006-10-05 Thread Yannzola
erland;143506 Wrote: > Great this shows the problem exactly, the problem seems to be that if > the MusicMagic call takes longer than 5 seconds it will fail. > > This timeout can be changed by go into the Network settings page in the > slimserver web interface and then change "Radio Station Time

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

2006-10-05 Thread erland
Yannzola;143479 Wrote: > Turning the MusicMagic plugin on and off did not seem to have any > effect. > > Here are a few more snippets from my log (attached) > Great this shows the problem exactly, the problem seems to be that if the MusicMagic call takes longer than 5 seconds it will fail. Thi

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

2006-10-05 Thread Yannzola
erland;143342 Wrote: > I just installed MusicIP 1.7 and it works perfectly with my slimserver > 6.5.0. I had some problem first where the API servies inside MusicIP > seems to hang, but I then restarted MusicIP and now everything seems to > work perfect. > > Do you get any timestamps in your log

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

2006-10-05 Thread erland
Yannzola;143144 Wrote: > I'm not certain if the problem started with 1.7... I haven't had to > re-import ratings since the first time I installed trackstat way back > when. I first noticed the problem when I lost all of my ratings after > installing the final release of 6.5 (grrr...). AFAIK Ever

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

2006-10-04 Thread Yannzola
erland;143140 Wrote: > I think I'll have to install MusicIP 1.7 myself to debug the problem. > Was it MusicIP Mixer 1.7 that caused the problem or did you > change/upgrade something else also when the problem started ? > > Do you know if the standard MusicMagic plugin work in your setup > towar

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

2006-10-04 Thread erland
Yannzola;143100 Wrote: > Erland any progress on this? > Is there anything else I can do to help troubleshoot? > I've upgraded to SlimServer Version: 6.5.1 - 10169 - Windows XP - EN - > cp1252 and to MusicIP Mixer 1.7.1 (beta) but the problem remains. Any > help appreciated. > I think I'll ha

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

2006-10-04 Thread Yannzola
Erland any progress on this? Is there anything else I can do to help troubleshoot? I've upgraded to SlimServer Version: 6.5.1 - 10169 - Windows XP - EN - cp1252 and to MusicIP Mixer 1.7.1 (beta) but the problem remains. Any help appreciated. Thanks! y. -- Yannzola --

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

2006-09-30 Thread Yannzola
erland;141248 Wrote: > How long time is it between the "TrackStat::MusicMagic: Calling: > http://localhost:10002/api/songs?extended"; entry and the "Failure > answer from Music Magic songs" entry ? > > How long time does "http://localhost:10002/api/songs?extended"; take > when you run it in the

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

2006-09-30 Thread Yannzola
erland;141248 Wrote: > How long time is it between the "TrackStat::MusicMagic: Calling: > http://localhost:10002/api/songs?extended"; entry and the "Failure > answer from Music Magic songs" entry ? Almost instantaneously... 1 to 2 seconds at the most. erland;141248 Wrote: > How long time does

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

2006-09-29 Thread erland
Yannzola;141168 Wrote: > I'm unable to import my ratings and playcount data from MusicIP Mixer 7 > (final release) to Trackstat 1.28.2 > > I'm running MIP in standard application mode, and SlimServer Version: > 6.5.1 - 10078 - Windows XP - EN - cp1252 > Here are my debug log results: > > TrackS

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

2006-09-29 Thread Yannzola
I'm unable to import my ratings and playcount data from MusicIP Mixer 7 (final release) to Trackstat 1.28.2 I'm running MIP in standard application mode, and SlimServer Version: 6.5.1 - 10078 - Windows XP - EN - cp1252 Here are my debug log results: TrackStat::MusicMagic: Calling: http://localho

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

2006-09-25 Thread erland
A new version (1.28.2) of the TrackStat plugin is now available, there is no new functionallity just an error correction: - Corrected so it works towars latest 6.5 release, earlier 6.5 beta releases are no longer supported in this version. The new version is available at my 'download page' (http:

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

2006-09-25 Thread James
Hi Erland, I am having some problems with your plugins on the very latest version of 6.5. Seems this is because the revision number has crept over 10,000 and statements like this no longer do the right thing as you're using REVISION as a string... if ($::VERSION ge '6.5' && $::REVISION ge '7505')

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

2006-09-24 Thread erland
A new version (1.28.1) of the TrackStat plugin is now available, there is no new functionallity just an error correction: - Corrected a problem which caused a slimserver crash when TrackStat was used toghether with Custom Browse 1.4 The new version is available at my 'download page' (http://erlan

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

2006-09-02 Thread Phil Meyer
>Corrected problem with incorrect order of rating stars in slimserver 6.5 That was quick! Thankyou! Phil ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

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

2006-09-02 Thread kyleki
smc2911;132966 Wrote: > It can be done using the remote, but it's not a single button click. > Press the right arrow from Now Playing (i.e. you'll need to press Now > Playing if you're not already there) to get to the song info. Press > down twice to get to the album and then press play. Hey pres

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

2006-09-01 Thread smc2911
It can be done using the remote, but it's not a single button click. Press the right arrow from Now Playing (i.e. you'll need to press Now Playing if you're not already there) to get to the song info. Press down twice to get to the album and then press play. Hey presto, the album will play! Simila

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

2006-09-01 Thread kyleki
As I was listening to music this morning through the RandomPlayList plugin, a song came on that I really liked and I wanted to listen to the whole album. It would be cool if there were some way to change the current playlist to the album of the currently playing song by pushing a button on the re

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

2006-08-31 Thread erland
jleuzinger;132632 Wrote: > > > erland;132001 Wrote: > > By "search" do you mean that you want to be able to enter a whole or > > part of artist name/song title and got a list of matching entries with > > at least rating xxx ? > > > > > yes exactly. Thats the way I can quickly arrange a playlis

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

2006-08-31 Thread jleuzinger
erland;132001 Wrote: > By "search" do you mean that you want to be able to enter a whole or > part of artist name/song title and got a list of matching entries with > at least rating xxx ? > yes exactly. Thats the way I can quickly arrange a playlist with the best of "Pink Floyd" for example.

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

2006-08-30 Thread erland
A new version (1.27.4) of the TrackStat plugin is now available, there is no new functionallity just an error correction: - Corrected so hold+play mixer function works correctly in latest 6.5 release The new version is available at my 'download page' (http://erland.homeip.net/download) as usual.

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

2006-08-29 Thread erland
jleuzinger;131400 Wrote: > A very helpful feature would be a combined search of song/artist AND a > minimum Rating. This is my most often used search method in Winamp. > By "search" do you mean that you want to be able to enter a whole or part of artist name/song title and got a list of matching

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

2006-08-27 Thread jleuzinger
Thanks a lot Erland for your help, now I achieved to import my Winamp ratings. The Problem seemed to be a missing key "Music Folder". For me it is a big improvement to be able to use a song rating system ! Good work, thanks ! A very helpful feature would be a combined search of song/artist AND a

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

2006-08-24 Thread erland
jleuzinger;130818 Wrote: > Which XML-tags are required by Trackstat ?I just tried to look in the > TrackStat code and haven't tried to actually import this, but I think the tags shown in the example below are the onces that are interested. The "Play Count", "Play Date UTC", "Rating" tags should

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

2006-08-24 Thread jleuzinger
TimM;125612 Wrote: > Hi > > Does anybody else find that SS 6.3 crashes after doing an import from > itunes? > Tim I tried to transfer my song ratings from Winamp to Slimserver / Trackstat. I used a Winamp plugin to export the Winamp Database to an iTunes XML-File. Importing this file in Tracks

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

2006-08-12 Thread LoZ
erland Wrote: > Would it be acceptable to have a setting in TrackStat where the user > could specify if "all" or "none" of the players are synchronized ? Would work for me, but I always have my players synched. I can see how that solution might not be great for everyone though. -- LoZ --

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

2006-08-11 Thread erland
LoZ Wrote: > Okay, sorry to be a pain but I've got to go back to what snarlydwarf was > saying originally. When I recreated the synch between the two devices, > initially both worked fine for rating. Now the slave doesn't want to do > it anymore. > > All very odd, but I can live with it! > I t

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

2006-08-11 Thread LoZ
Okay, sorry to be a pain but I've got to go back to what snarlydwarf was saying originally. When I recreated the synch between the two devices, initially both worked fine for rating. Now the slave doesn't want to do it anymore. All very odd, but I can live with it! Have you got a donation link so

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

2006-08-09 Thread LoZ
Well now, up until about 5 minutes ago I would have said it was consistent. I thought I'd break the synchronisation and recreate it the other way round (ie. slave becomes master and vice versa). Lo and behold, the new master is able to rate from the remote. The annoying thing (from a troubleshooti

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

2006-08-08 Thread erland
LoZ Wrote: > Here's a section between two songs - is this the sort of thing you > mean? > I think I need to setup a master/slave configuration myself so I easier can see what happens in different situations. Is the behaviour always that its never possible to change ratings on the slave Squeeze

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

2006-08-08 Thread LoZ
Here's a section between two songs - is this the sort of thing you mean? 2006-08-08 20:15:21.8218 TrackStat: "Ohio" was played long enough to count as played. 2006-08-08 20:15:21.8219 TrackStat: Played past percentage threshold of 90.5273469387755 seconds. 2006-08-08 20:15:21.8220 TrackStat: Ente

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

2006-08-08 Thread erland
LoZ Wrote: > Here ya go, started track. Tried setting a rating of four twice. Hope > this is useful to you. > Thats great, do you have the log entries directly before this ? I would like to see how the "Executing command" entries look like that hopefully exists before the "TrackStat: Starting a

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

2006-08-08 Thread LoZ
Here ya go, started track. Tried setting a rating of four twice. Hope this is useful to you. 2006-08-08 18:51:25.5849 TrackStat: Starting a new song 2006-08-08 18:51:25.5898 TrackStat: Starting to time file:///E:/mp3server/Woody%20Guthrie/[2002]%20The%20Legendary%20Woody%20Guthrie%2022%20Songs%20

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

2006-08-08 Thread erland
LoZ Wrote: > Let me know if you still want me to post the logs, although nothing > relevant seems to appear in them. I think the problem might be that all events/notifications are not sent to both the master and slave unit. Since I haven't setup a master/slave configuration myself it would help i

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

2006-08-08 Thread LoZ
erland Wrote: > Are you playing a song when rating is not possible or are you trying to > rate a song which is stopped or paused ? > > If the problem is for a playing song, can you give me the debug log > output even though it doesn't look as an error. Enable debugging in the > TrackStat section

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

2006-08-07 Thread snarlydwarf
LoZ Wrote: > > To add to the mystery, I can rate from one player (Squeezebox 3) but > not the other (Squeezebox 2). They are both synchronised but it doesn't > matter which one I selected the tracks from. The Synced part is the key: I see this all the time: the slave can't rate stuff. (My Livi

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

2006-08-07 Thread erland
LoZ Wrote: > When I attempt to rate a song using the remote control, I get the > message "TrackStat: No song playing" displayed. I am on the "Now > Playing" screen. > The current implementation is limited to: 1. Rate currently playing songs from "Now Playing" menu 2. Rate songs from the "Plugins

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

2006-08-06 Thread LoZ
Hey erland, Apologies if this has been discussed already but this thread is massive and the search tools didn't show anything up. I am using the latest (as of yesterday, 5th August 2006) versions of the following: SQL Playlist, TrackStat & Dynamic Playlists. Also using SlimServer Version: 6.3.0

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

2006-07-31 Thread TimM
Hi Yes I was using tracksta 1.27.2, sorry did'nt notice 1.27.3, just tried it and it works fine. Many thanks Tim -- TimM TimM's Profile: http://forums.slimdevices.com/member.php?userid=1204 View this thread: http://forum

  1   2   3   >