Re: [SlimDevices: Plugins] TrackStat with LMS ver >8.0

2021-12-25 Thread Jeddie
Ok thanks - that gives me some confidence. Jeddie's Profile: http://forums.slimdevices.com/member.php?userid=64548 View this thread: http://forums.slimdevices.com/showthread.php?t=115613

Re: [SlimDevices: Plugins] TrackStat with LMS ver >8.0

2021-12-23 Thread prabbit
I have used TrackStat with 8.0, 8.1, 8.2 and 8.3 without any issues. prabbit's Profile: http://forums.slimdevices.com/member.php?userid=11142 View this thread: http://forums.slimdevices.com/showthread.php?t=115613

Re: [SlimDevices: Plugins] TrackStat with LMS ver >8.0

2021-12-23 Thread mps
Trackstat works well for me with LMS 8.3.0 mps's Profile: http://forums.slimdevices.com/member.php?userid=36351 View this thread: http://forums.slimdevices.com/showthread.php?t=115613

[SlimDevices: Plugins] TrackStat with LMS ver >8.0

2021-12-22 Thread Jeddie
I am using TrackStat plugin with LMC ver 7.9. I would like to upgrade my LMS to 8.x but Erland has advised that his plug-ins are unsupported in LMS>8.x as below. https://forums.slimdevices.com/showthread.php?114393-Repository-List=1019801#post1019801 I'm concerned I will break my LMS if I go

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-07 Thread Michael Herger
I guess the following if statement only updating lastPlayed/play counts if isFile returns true is likely to cause issues ? https://github.com/erland/lms-trackstat/blob/fe583776eafce682086a0cc2731a8676b67652f6/src/Plugin.pm#L4259 Yep, isFile() would fail on remote tracks. And the following

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-07 Thread erland
mherger wrote: > > Isn't the problem more that things like "Last Played" and "Playcount" > > are not stored in the database for online tracks? > > I think you're right! The RemoteTrack class overrides the persistent > data handling with empty stubs. I'll have to figure out how I can better >

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-07 Thread Michael Herger
Isn't the problem more that things like "Last Played" and "Playcount" are not stored in the database for online tracks? I think you're right! The RemoteTrack class overrides the persistent data handling with empty stubs. I'll have to figure out how I can better handle this.

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-07 Thread rlem
Hi Erland & Michael, I've been thinking about this case & am not sure if the fault really lies in Trackstat mishandling online tracks, because they are picked up perfectly in the Trackstat XML -including - ratings (as you can see in my screenshot above). Isn't the problem more that things like

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-06 Thread Michael Herger
I noticed that the plugin code have if statements like: ref($selectedItem) eq 'Slim::Schema::Track' Yep, that's likely it. Any check assuming the file is a local track might fail. ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-06 Thread erland
rlem wrote: > Thanks for even thinking out loud for possible solutions. > Unfortunately this is all way above my head - but if you want me to test > some stuff, please do tell! > > Best, > R Take a look at the new Ratings Light plugin. If I remember correctly it includes some integration with

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-06 Thread rlem
Thanks for even thinking out loud for possible solutions. Unfortunately this is all way above my head - but if you want me to test some stuff, please do tell! Best, R 1x Classic / 2x Radio / 2x Receiver / LMS 8.0.0 - 1603862260 on HP Proliant N54L with Ubuntu 16.04 LTS

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-06 Thread erland
erland wrote: > > Someone would have to check the plugin code but it wouldn’t surprise me > if it was something similar to the issue you corrected in 8.2 for > Dynamic Playlist plugin: >

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-06 Thread erland
mherger wrote: > > There’s only 1 downside: it appears that the current > Trackstat-Dynamic > > Playlist combo can only make use of the “date added” and the > rating > > itself: > > I believe this topic has come up before: the TrackStat plugin seems to > filter URLs by the file:// prefix

Re: [SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-05 Thread Michael Herger
There’s only 1 downside: it appears that the current Trackstat-Dynamic Playlist combo can only make use of the “date added” and the rating itself: I believe this topic has come up before: the TrackStat plugin seems to filter URLs by the file:// prefix somewhere in its code. This would exclude

[SlimDevices: Plugins] Trackstat statistics and Spotty content

2021-04-05 Thread rlem
Hi, First of all I want to profess how extremely happy our family is with the Squeezebox ecosystem (after all these years). And the satisfaction has even grown now that Spotty is so well integrated into the LMS library; it’s wonderful to have local and Spotify albums available and searchable in

Re: [SlimDevices: Plugins] TrackStat and Library Views

2021-03-04 Thread erland
cpd73 wrote: > > However, it is also possible that TrackStat does not use library_id even > if it is passed. As far as I know none of my plugins support the library concept. Unfortunately my time is limited these days which is the main reason I’ve decided to stop maintaining my plugins, so

Re: [SlimDevices: Plugins] TrackStat and Library Views

2021-03-04 Thread cpd73
Shozzer wrote: > Using Material Skin I have pinned TrackStat to the main menu based on > the Library View. When I use TrackStat, however, there is no obvious > difference than using it with my whole library even though TrackStat is > showing on the main menu as being pinned with the library

[SlimDevices: Plugins] TrackStat and Library Views

2021-03-04 Thread Shozzer
Hi All I am hoping someone can help me with a little query. I have conducted a search and saved the result as a Library View. Using Material Skin I have pinned TrackStat to the main menu based on the Library View. When I use TrackStat, however, there is no obvious difference than using it with

Re: [SlimDevices: Plugins] TrackStat Bad Params

2020-08-30 Thread prabbit
Well wouldn't you know that it was something as simple as existing playlists for my different players that had music from before the databases were wiped and replaced! Clearing the playlists and adding new music (even the same tracks) allows me to see and set ratings again. Problem solved. I'm

Re: [SlimDevices: Plugins] TrackStat Bad Params

2020-08-30 Thread Michael Herger
[20-08-30 17:06:29.3560] Plugins::TrackStat::Storage::findTrack (533) findTrack(): URL: tmp:///Music/lossless/Big%20Audio%20Dynamite/The%20Globe/1991%20-%201-1%20-%20Rush.flac How did you start playback of this track? This is a "volatile" track, which means it's not stored in the database

[SlimDevices: Plugins] TrackStat Bad Params

2020-08-30 Thread prabbit
I knew it was probably going to be a bad idea to click the "Delete Unused Statistics" button. I can't say for certain that it was the culprit, but I'm leaning towards it. Problem: I can't rate any tracks. When I do I get "bad params" in the server.log (with plugin.trackstat set to DEBUG).

Re: [SlimDevices: Plugins] Trackstat causing 100% cpu usage on Raspberry PI 4

2020-08-28 Thread callesoroe
CypherMK wrote: > I have a workaround for my problem. I went to trackstat settings and > changed this setting: Startup refresh to no. Now startup is fine. +1 This works for me too on pi3b+ Callesoroe Living room: Transporter, Preamp Gato PRD-3S NPM, Martin Logan Vista speakers, Power-AMP

Re: [SlimDevices: Plugins] Trackstat causing 100% cpu usage on Raspberry PI 4

2020-08-26 Thread CypherMK
I have a workaround for my problem. I went to trackstat settings and changed this setting: Startup refresh to no. Now startup is fine. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this

Re: [SlimDevices: Plugins] Trackstat causing 100% cpu usage on Raspberry PI 4

2020-08-26 Thread CypherMK
Thanks. It seems there isn't a real solution then? CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=112837

Re: [SlimDevices: Plugins] Trackstat causing 100% cpu usage on Raspberry PI 4

2020-08-26 Thread slartibartfast
CypherMK wrote: > Hello. > > I'm using LMS on a Pi 4 with 4GB. When I restart LMS or I reboot my pi, > LMS is using 100% cpu. This will take up to 2 hours, before LMS is > responsive again. I started disabling some plugins, and found out that > trackstat was causing this issue. > > Is this a

[SlimDevices: Plugins] Trackstat causing 100% cpu usage on Raspberry PI 4

2020-08-26 Thread CypherMK
Hello. I'm using LMS on a Pi 4 with 4GB. When I restart LMS or I reboot my pi, LMS is using 100% cpu. This will take up to 2 hours, before LMS is responsive again. I started disabling some plugins, and found out that trackstat was causing this issue. Is this a known issue? Is there an option

Re: [SlimDevices: Plugins] Trackstat not available in LMS 8.0

2020-08-09 Thread Pommes
Hi, i am running LMS on a Synology,the erland Plugins were not available there, but i was able to copy plugins to SqueezeCenter/Plugins (i created that folder) They are running fine, i downloaded the Erland Plugins from his webpage. The Earth Has Music For Those Who Listen

Re: [SlimDevices: Plugins] Trackstat not available in LMS 8.0

2020-07-31 Thread ptou
Thank you for the responses. HB64 wrote: > You've put the plugin in the wrong place, I believe that on PiCore you > have to create a folder called "Plugin in the > "/usr/local/slimserver/Cache" or "/mnt/mmcblk0p2/tce/slimserver/Cache" > folder, then restart LMS trough the Picorewebpage and it

Re: [SlimDevices: Plugins] Trackstat not available in LMS 8.0

2020-07-27 Thread HB64
You've put the plugin in the wrong place, I believe that on PiCore you have to create a folder called "Plugin in the "/usr/local/slimserver/Cache" or "/mnt/mmcblk0p2/tce/slimserver/Cache" folder, then restart LMS trough the Picorewebpage and it gets installed and survives a restart. For your

Re: [SlimDevices: Plugins] Trackstat not available in LMS 8.0

2020-07-22 Thread callesoroe
ptou wrote: > I have recently updated to LMS 8.0 on piCorePlayer 6.1.0 (on > raspberry). > Everythins is working, but I could not find anymore Trackstat in the > plugins list. > > I also tried manually copying the folder from an older LMS, to > /slimserver/Cache/InstalledPlugins/Plugins > but

[SlimDevices: Plugins] Trackstat not available in LMS 8.0

2020-07-22 Thread ptou
I have recently updated to LMS 8.0 on piCorePlayer 6.1.0 (on raspberry). Everythins is working, but I could not find anymore Trackstat in the plugins list. I also tried manually copying the folder from an older LMS, to /slimserver/Cache/InstalledPlugins/Plugins but the plugin gets automatically

Re: [SlimDevices: Plugins] TrackStat plugin - location of data to manually amend entry?

2020-07-15 Thread Roland0
SangSomBucket wrote: > I copied *persist.db* to my desktop because I was unable to open it on > my NAS using DB Browser on my computer, wonder why that was? I even > tried shutting my *LMS* down before attempting again but still didn't > work. Likely to be related to how you access your NAS

Re: [SlimDevices: Plugins] TrackStat plugin - location of data to manually amend entry?

2020-07-14 Thread SangSomBucket
Thanks - it was more unintended consequences from not really knowing what I'm doing that I am afraid of... which reminds me, I copied *persist.db* to my desktop because I was unable to open it on my NAS using DB Browser on my computer, wonder why that was? I even tried shutting my *LMS* down

Re: [SlimDevices: Plugins] TrackStat plugin - location of data to manually amend entry?

2020-07-13 Thread Roland0
SangSomBucket wrote: > I'm not sure that I'll have the time to attempt the import of the > track_history data with the risk that I may break my LMS installation > and the additional time that would take to fix. > Restoring the databases from a backup wouldn't take much time. > > Is it

Re: [SlimDevices: Plugins] TrackStat plugin - location of data to manually amend entry?

2020-07-11 Thread SangSomBucket
Thanks for your reply. I'm not sure that I'll have the time to attempt the import of the track_history data with the risk that I may break my LMS installation and the additional time that would take to fix. Is it possible to view the history of all the occasions when a particular track has been

Re: [SlimDevices: Plugins] TrackStat plugin - location of data to manually amend entry?

2020-07-11 Thread Roland0
SangSomBucket wrote: > > I am now back to where I was but I am still keen to find out why my > amendment to the playCount values for the tracks on a single release > seemed to bork my entire LMS operation since that seemed to be the > easiest and quickest way restoring playCount values for

Re: [SlimDevices: Plugins] TrackStat plugin - location of data to manually amend entry?

2020-07-10 Thread SangSomBucket
In the end, I decided to delete the LMS installation I had on my NAS, which was the *NAStools* app for ReadyNAS version *7.9.0.b7dfc80-nt1* and re-install but upgrade to version *7.9.3 - 1591161343* instead. Then restore all my TrackStat data from the backup file. I am now back to where I was

Re: [SlimDevices: Plugins] TrackStat plugin - location of data to manually amend entry?

2020-07-10 Thread SangSomBucket
Thanks for your reply. Have managed to screw up my LMS, no audio even though the web GUI + iPeng app both show that tracks are playing; unable to pause tracks, clicking pause just makes the track go back to the beginning and start playing again. So... deleted persist.db and am now in the

Re: [SlimDevices: Plugins] TrackStat plugin - location of data to manually amend entry?

2020-07-09 Thread Roland0
SangSomBucket wrote: > I sometimes have to amend the folder / file names of certain releases in > my music collection which will break the connection for the TrackStat > plugin to retrieve the track ratings and play counts. > > The track ratings I can easily re-enter via the web GUI but the

[SlimDevices: Plugins] TrackStat plugin - location of data to manually amend entry?

2020-07-09 Thread SangSomBucket
I sometimes have to amend the folder / file names of certain releases in my music collection which will break the connection for the TrackStat plugin to retrieve the track ratings and play counts. The track ratings I can easily re-enter via the web GUI but the play count I can't. I have been

Re: [SlimDevices: Plugins] TrackStat - Remove all data not working

2017-10-05 Thread SangSomBucket
Just to update - I got confused. The data -is- being removed. What gets re-populated back into the XML file is the data of all the tracks that are currently in my library with the times that they were added, i.e. the minimum, I believe that TrackStat creates after every wipe.

[SlimDevices: Plugins] TrackStat question

2016-08-05 Thread Jeddie
Been using trackStat. But when I go to 'Choose Statistics to view - Songs' and I pick any stat from the list say 'Last Played songs'; I get a list of songs but the artist name is always missing for all? For example; The list will show song as 'Rolling in the Deep by from 21' or 'China Girl by

Re: [SlimDevices: Plugins] Trackstat restore only partially restores ratings

2016-02-08 Thread yocky
I did all that last month. Did you get a chance to take a look? yocky's Profile: http://forums.slimdevices.com/member.php?userid=16305 View this thread: http://forums.slimdevices.com/showthread.php?t=104919

Re: [SlimDevices: Plugins] Trackstat restore only partially restores ratings

2016-01-07 Thread erland
yocky wrote: > I re-ran the restore operation with exactly the same result. The same > ratings are missing as before. > > I can see the same musicbrainz tag referred to in the backup file as in > one of the tracks still missing its rating. > Would it be possible for you to do the following ?

Re: [SlimDevices: Plugins] Trackstat restore only partially restores ratings

2016-01-04 Thread yocky
I re-ran the restore operation with exactly the same result. The same ratings are missing as before. yocky's Profile: http://forums.slimdevices.com/member.php?userid=16305 View this thread:

Re: [SlimDevices: Plugins] Trackstat restore only partially restores ratings

2016-01-04 Thread erland
yocky wrote: > I just installed LMS 7.9 on a second PC and copied my music library > over. > > The file names are identical but the path is slightly different > (e:\music\ instead of i:\all\music), however the files I'm really > interested in are musicbrainz tagged so I didn't think this

Re: [SlimDevices: Plugins] Trackstat restore only partially restores ratings

2016-01-04 Thread yocky
erland wrote: > Have you waited for the restore operation to finish ? > It runs in the background and it can take a few hours if you have a > large library or a large backup file. > There is a message in the LMS server.log file when the restore has > completed. > > If you have the "Find

[SlimDevices: Plugins] Trackstat restore only partially restores ratings

2015-12-30 Thread yocky
I just installed LMS 7.9 on a second PC and copied my music library over. The file names are identical but the path is slightly different (e:\music\ instead of i:\all\music), however the files I'm really interested in are musicbrainz tagged so I didn't think this was important. I did a

Re: [SlimDevices: Plugins] TrackStat - Is it possible to view the actual stored statistics

2015-09-03 Thread RC3
Thanks, I'll have a look at that RC3's Profile: http://forums.slimdevices.com/member.php?userid=64705 View this thread: http://forums.slimdevices.com/showthread.php?t=104225 ___

Re: [SlimDevices: Plugins] TrackStat - Is it possible to view the actual stored statistics

2015-09-02 Thread Wirrunna
RC3, I suspect that the only way to "drill down to the statistics listed above for an individual song" will be with the Database Query Plugin , http://wiki.slimdevices.com/index.php/Database_Query_plugin. It can be installed via Settings / Plugins / 3rd party plugins. A camel is a racehorse

Re: [SlimDevices: Plugins] TrackStat - Is it possible to view the actual stored statistics

2015-09-02 Thread RC3
Thank you Wirrunna for your response. I have read Erland's Wiki page describing TrackStat and that is what got me interested in the available statistics. Under the section titled Available Statistics it says the following: The TrackStat plugin stores the following different statistic

Re: [SlimDevices: Plugins] TrackStat - Is it possible to view the actual stored statistics

2015-09-01 Thread Wirrunna
Start by reading http://wiki.erland.isaksson.info/index.php/TrackStat_plugin. In the web gui you should have a TrackStat menu item - Home / My Music/ TrackStat - that has "Choose statistics to view", select the statistic, wait a second or two and the data will display. A camel is a racehorse

[SlimDevices: Plugins] TrackStat - Is it possible to view the actual stored statistics

2015-08-31 Thread RC3
I have been using TrackStat for about a month and I really like it. What a wonderful plugin. I would like to know if it is possible to view the actual stored TrackStat statistics for a particular song using the web interface (i.e. the date it was last played, the play count, the date added,

Re: [SlimDevices: Plugins] Trackstat - last played information

2015-07-26 Thread erland
callesoroe wrote: Has Erland left the forum ? Does not see any posts from him anymore . Sad... Haven't left, I've just been a bit busy lately and I'm focusing mostly on ickStream these days so I've been a bit less active on these forum during last months. Do you know which LMS version

Re: [SlimDevices: Plugins] Trackstat - last played information

2015-07-26 Thread callesoroe
erland wrote: Haven't left, I've just been a bit busy lately and I'm focusing mostly on ickStream these days so I've been a bit less active on these forum during last months. Do you know which LMS version you last saw the last played information under more information ? I know it's

Re: [SlimDevices: Plugins] Trackstat - last played information

2015-07-22 Thread callesoroe
callesoroe wrote: Hi Erland! Why is last played information now only available throug the trackstat panel in the web gui ??? Earlier you could see it on the more information tab . I am on LMS 7.9 and trackstat 3.2.3951 ? Has Erland left the forum ? Does not see any posts from him

[SlimDevices: Plugins] Trackstat - last played information

2015-06-30 Thread callesoroe
Hi Erland! Why is last played information now only available throug the trackstat panel in the web gui ??? Earlier you could see it on the more information tab . I am on LMS 7.9 and trackstat 3.2.3951 ? Callesoroe Living room: Transporter, Tact RCS 2.2X digital preamp, Martin Logan

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-19 Thread erland
chaug wrote: Regarding data loss discussed above: I did not fix this manually (i.e. merge those records so that the correct last played date, rating and playcount gets imported), but I understand that the information is still in the backup file so that I can do that whenever I feel that

[SlimDevices: Plugins] Trackstat and duplicate Musicbrainz GUID's

2014-10-19 Thread chris67
Just an idea to get round the problem of track GUID's being duplicated on multiple releases (as explained in Erland's wiki - http://wiki.erland.isaksson.info/index.php/TrackStat_plugin)... If files were to be tagged with the Musicbrainz *release* GUID as well, this value could be used by

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-19 Thread chaug
erland wrote: I can confirm that you have found the problem, the behaviour in TrackStat currently is that if an unrated track is played longer than the lower limit but not long enough to increase the rating it's left unchanged rater than set to the default rating value. I'll put it on the

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-18 Thread chaug
I followed the 'instructions for restoring Trackstat statistics from the backup' (http://forums.slimdevices.com/showthread.php?102245-Trackstat-Unrated-tracks-appear-as-rated-with-1-starp=792434viewfull=1#post792434) and, of course, the procedure itself went fine. It also lead to significantly

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-07 Thread chaug
erland wrote: It's probably easiest if you shutdown LMS and send me a zip with the library.db and persist.db files from your setup, you will find them in the LMS cache directory. This way it's possible for me to look at your database and see if I can see what's going on. I sent you the

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-07 Thread erland
chaug wrote: I don't understand how you can say that restore will never remove data and then say that it will overwrite information. Is overwriting not a way of removing? Sorry for the confusion, just to clarify this: Let's say you have 4 duplicate records for file1 in the TrackStat

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-06 Thread chaug
Yes, I can follow those instructions, but I'm still not sure whether this is getting to the source of the problem. The thing is that my duplicate MB tags are not due to the same song existing on different records. Maybe I got some of those, but the vast majority of what is blowing up my trackstat

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-06 Thread erland
chaug wrote: As regards the first point, I would like to understand what the root of the problem is. Unfortunately, I have not the slightest clue. It's probably easiest if you shutdown LMS and send me a zip with the library.db and persist.db files from your setup, you will find them in the

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-05 Thread chaug
OK, I need to qualify this and perhaps change my question. I said that I have no more unrated songs because when I selected Trackstat - Not rated - Not rated songs in the webinterface, I got an ampty list (after almost a minute of waiting). It turns out that that list is not empty but the

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-05 Thread chaug
I have managed to open the latest trackstat backup file in excel (just drag it into excel!). It takes a couple of minutes until Excel displays the 20 MB xml file as a table, but it does. And what I see is that although I have about 9000 songs in my library, the trackstat database has more than

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-05 Thread erland
Do you know if you have musicbrainz tags on your music files ? MusicBrainz change philosophy a couple of years ago so the same song on multiple albums got the same identity and this can cause duplication of entries in the TrackStat database tables. There is an Enable musicbrainz tags option in

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-05 Thread chaug
erland wrote: Do you know if you have musicbrainz tags on your music files ? MusicBrainz change philosophy a couple of years ago so the same song on multiple albums got the same identity and this can cause duplication of entries in the TrackStat database tables. There is an Enable

Re: [SlimDevices: Plugins] Trackstat: Unrated tracks appear as rated with 1 star

2014-10-05 Thread erland
chaug wrote: So you are saying that it I can go ahead and edit the XML file in Excel, save it and import it in Trackstat? Great! But since this will be a couple of hours of work (i.e. deleting about 56000 duplicates), I'd like to make sure first that TrachStat is not going to then start

[SlimDevices: Plugins] TrackStat web UI not showing artist names

2014-08-18 Thread Phil Meyer
If I click on a compilation album name to display in Trackstat web ui, it doesn't show the artist name for each track. eg. 11. Broken Stones by from Acoustic Love 2 ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] TrackStat web UI not showing artist names

2014-08-18 Thread Michael Herger
Are you running the latest 7.9 code? There was a bug I had introduced a week or two ago which showed similar issues in the web UI's search. I only fixed it late last week. Am 18.08.14 um 13:45 schrieb Phil Meyer: If I click on a compilation album name to display in Trackstat web ui, it

Re: [SlimDevices: Plugins] TrackStat web UI not showing artist names

2014-08-18 Thread Phil Meyer
Are you running the latest 7.9 code? There was a bug I had introduced a week or two ago which showed similar issues in the web UI's search. I only fixed it late last week. Yes, I fetched latest from git today, and then did a clean+rescan. Just confirmed that the artist is still not displayed.

Re: [SlimDevices: Plugins] TrackStat and Streaming Apps?

2014-06-26 Thread erland
britcowboy wrote: Hi Folks, Just discovered TrackStat, does it work with streaming apps? I ask because I installed it and none of the rating buttons work, using fiddler I get a receive failure for jsonrpc.js on the call trying to set the rating. Am I missing something, or is it not

Re: [SlimDevices: Plugins] Trackstat on Freenas9.2.1-3

2014-04-23 Thread mrMuppet
At the moment i'm doing a complete rebuild... Seems to work. i don't know if it is a problem, but in my Server.log there is every Title that has to be rematched with Trackstat foudn twice: Code: [14-04-23 22:11:33.1450]

Re: [SlimDevices: Plugins] Trackstat on Freenas9.2.1-3

2014-04-18 Thread mrMuppet
Oh, server.log was the right idea! It's full of Trackstat errors : Code: [14-04-06 14:09:07.9772] Plugins::TrackStat::Storage::saveTrack (1020) No matching alternative path found for

Re: [SlimDevices: Plugins] Trackstat on Freenas9.2.1-3

2014-04-18 Thread erland
mrMuppet wrote: Oh, server.log was the right idea! It's full of Trackstat errors : Code: [14-04-06 14:09:07.9772] Plugins::TrackStat::Storage::saveTrack (1020) No matching alternative path found for

Re: [SlimDevices: Plugins] Trackstat on Freenas9.2.1-3

2014-04-18 Thread mrMuppet
I'm not sure if I did the right restore procedure. What do I have to do to start again? Just uninstall Trackstat and rescan again and install Trackstat after that, or do I have to reset the lms too? Gesendet von meinem Galaxy S3 mit Tapatalk.

[SlimDevices: Plugins] Trackstat on Freenas9.2.1-3

2014-04-17 Thread mrMuppet
Hi, ive migrated my LMS from QNAP to FreeNAS and LMS is working fine (unbelievable FAST!) but i have problems with TRACKSTAT. The old Trackstat-data is used (i can use my old Ratings) but the Backup Function is not working anymore. I set the folder to 777 (only for testing) but it didn't help.

Re: [SlimDevices: Plugins] Trackstat on Freenas9.2.1-3

2014-04-17 Thread erland
Do you get any errors in the server.log ? You will find it through LMS Settings/Advanced/Logging Erland Isaksson ('My homepage' (http://erland.isaksson.info)) (Developer of 'many plugins/applets (both free and commercial)' (http://wiki.slimdevices.com/index.php/User:Erland). If you like to

[SlimDevices: Plugins] Trackstat repeating songs

2013-12-28 Thread kidego32
Since updating Trackstat, I've run into a problem with songs repeating. The details are that I had purchased a license for trackstat and sql playlist (which includes dynamic playlist). This month the trackstat license expired and I renewed it, but now the same playlists that used to work before

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-18 Thread softstag
Hi erland Well, that seems to have fixed the issue. It was MusicIP after all. Changing the MusicIP setting to Only read mixable status from MusicIP and carrying out the process you mentioned has put everything right again. I've added a couple of albums and done rescans and Trackstat statistics

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-18 Thread erland
softstag wrote: I have no idea why things were working before, I can't think anything changed. Just out of interest, is MusicIP and LMS both running on the same computer ? softstag wrote: At least now though everything is working as it should (and scans are quicker due to that

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-18 Thread softstag
erland wrote: Just out of interest, is MusicIP and LMS both running on the same computer ? Yes, very simple setup. 1 laptop, 1 squeezebox touch. Thanks again! softstag's Profile:

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-17 Thread erland
softstag wrote: I add tracks the normal way, however I do use the SugarCube plugin which links in with MusicIP. Before adding tracks, I always scan them with MusicIP first before adding to LMS. How is MusicIP plugin configured in LMS Settings ? Is it set to Only read mixable status from

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-16 Thread erland
softstag wrote: I'll send you a PM with details of where you can download the db files from. I did try over the weekend to backup, clear and restore the trackstat data, but didn't have success in getting rid of the errors. Something is strange with your LMS installation, when it

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-16 Thread softstag
Thanks erland Do you add the albums by doing a standard LMS rescan or do you add them some other way ? I add tracks the normal way, however I do use the SugarCube plugin which links in with MusicIP. Before adding tracks, I always scan them with MusicIP first before adding to LMS. Are you

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-08 Thread erland
softstag wrote: Looks like problems with the Trackstat database?? Incidentally, the 187 Songs with invalid urlmd5 entries appear to be the ones I'm having problems with. Could you check how the musicbrainz related tags looks like for the files ? I think you can use the View Tags link in

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-08 Thread softstag
The vast majority of my music isn't tagged with musicbrainz tags. These albums are the same. This is what a typical one has in it's tags: Code: ALBUM: Searching For Sugar Man - Original Motion Picture Soundtrack ALBUM ARTIST: Rodriguez ALBUMARTIST: Rodriguez

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-08 Thread erland
softstag wrote: Is there a way to rebuild the database and retain the ratings? Would it be possible for you to shutdown LMS and send me a copy of library.db and persist.db files so I can take a look at them ? They are located in LMS Cache folder and it's important that you shutdown LMS

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-08 Thread softstag
I'll send you a PM with details of where you can download the db files from. I did try over the weekend to backup, clear and restore the trackstat data, but didn't have success in getting rid of the errors. softstag's

Re: [SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-05 Thread erland
Can you look in the server.log if there any errors either directly after you change rating of a newly added album or after LMS has been restarted ? You can post it or mail it to me if you don't know what to look for. Just to make sure, you aren't changing the rating while LMS is still scanning,

[SlimDevices: Plugins] Trackstat Not Showing Rating For Newly Added Albums

2013-12-04 Thread softstag
Hi I've been using Trackstat for over a year to rate my music. Up until recently this has worked flawlessly and I've no issues. Recently I've noticed some strange behaviour. For albums I've added recently, the track rating does not survive a LMS reboot. Oddly, if I add or change a rating for a

Re: [SlimDevices: Plugins] Trackstat statistic information summary

2013-11-17 Thread M_Meyer
I would like to use the statistics for deeper analysis and for information while browsing, no online publishing. If there is nothing ready to use at the moment, I think I'm fine with the existing browsing possibilities. SB Touch+SB Radio, Sheevaplug Server, Squeeze Commander

Re: [SlimDevices: Plugins] Trackstat statistic information summary

2013-11-16 Thread erland
M_Meyer wrote: Nevertheless - is there a way to create a html or pdf report of the TrackStat statistics? If you are a developer, you would probably be able to create a query through Database Query plugin that produces XML which you then can transform into HTML. Except for this, I'm not

Re: [SlimDevices: Plugins] Trackstat statistic information summary

2013-11-15 Thread M_Meyer
Uups, I must admit that I only used TrackStat for Dynamic Playlists until now. After your hint, I must say that there are already a lot of informations in the TrackStat Menu. Thanks for pointing me in the right direction! Nevertheless - is there a way to create a html or pdf report of the

[SlimDevices: Plugins] Trackstat statistic information summary

2013-11-14 Thread M_Meyer
Hi, I am using TrackStat for a while now and would like to have some statistic summary like most played song, most played album, songs in order of play-count, I know that the info is there and that I can see it per file and do playlist generation etc. with it, but I have not found a way to

Re: [SlimDevices: Plugins] Trackstat statistic information summary

2013-11-14 Thread erland
M_Meyer wrote: Hi, I am using TrackStat for a while now and would like to have some statistic summary like most played song, most played album, songs in order of play-count, I know that the info is there and that I can see it per file and do playlist generation etc. with it, but I have

Re: [SlimDevices: Plugins] Trackstat - Moving Files, saving Stats

2013-09-01 Thread exile
thanks for the clarification erland. always appreciate your help. exile's Profile: http://forums.slimdevices.com/member.php?userid=4579 View this thread: http://forums.slimdevices.com/showthread.php?t=35962

Re: [SlimDevices: Plugins] Trackstat - Moving Files, saving Stats

2013-08-31 Thread erland
exile wrote: ag I looked through the thread on that process and sadly i'm still a bit lost. Do I need to make a custom tag and map the trackstat info to that tag or will the trackstat playlist plugin actually write ratings to the files itself? I haven't done this myself, so it's probably

  1   2   3   4   5   6   7   8   >