Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2014-04-18 Thread mintaudio

joris015 wrote: 
 I promised to report back. The problem I came for seems to be solved. I
 haven't noticed skipping of tracks while playing an album. Michael,
 thank you for the tip to upgrade to the beta version. I do sometimes
 have stability problems while starting an album - it doesn't 'get' the
 first track and goes on to the second one - but when it plays, it plays
 to the end. Hopefully 7.8.1 will help in that respect, otherwise I will
 need to consider a hardware upgrade.

If you're using squeezelite instead of a hardware player, try increasing
your buffer size. This fixed Qobuz streaming 'hiccups' on the first
track for us on slower internet connections. Now works well even on
rural ADSL :)



mintaudio's Profile: http://forums.slimdevices.com/member.php?userid=59106
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2014-04-18 Thread Meridion

I am trying to sync trackstat ratings of my LMS library with Google Play
Music (which contains all rated songs of my large LMS library) by
writing a Python script which queries the iTunes Statistics Export
file of CustomScan plugin. This works quite well so far, but with some
problems. It completely relies on file path information to determine
album, artist and track number/name information because the iTunes
export file lacks album, artist, tracktitle information.

I am now trying to use the Database Query plugin to create a more
detailed CSV export. But I am no SQL expert at all...

Is there a SQL expert, who can help me writing a SQL query which outputs
track data (album title, artist, album artist, track title, track
number, track path/file, trackstat information) to a CSV file? Maybe it
would make sense to just export tracks wih trackstat data available.

In V2 of my GPM sync script, I would then like to sync not only ratings
data, but also newly rated songs not already availabe in GPM...



1750 Alben mit 21559 Titel von 1706 Interpreten.

Meridion's Profile: http://forums.slimdevices.com/member.php?userid=18619
View this thread: http://forums.slimdevices.com/showthread.php?t=20533

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 
file:///Qmultimedia/Musik/J/Jose%20Gonzalez/Veneer/CD1/11%20-%20Jose%20Gonzalez%20-%20Broken%20arrows.mp3.
 [14-04-06 14:09:08.0666] Plugins::TrackStat::Storage::saveTrack (1020) No 
matching alternative path found for 
file:///Qmultimedia/Musik/M/Morissette,%20Alanis/Jagged%20Little%20Pill/01%20-%20Morissette,%20Alanis%20-%20All%20I%20Really%20Want.mp3.


It's always the path from my old machine. 

What can I do to rematch the files? 

Gesendet von meinem Galaxy S3 mit Tapatalk.





mrMuppet's Profile: http://forums.slimdevices.com/member.php?userid=34722
View this thread: http://forums.slimdevices.com/showthread.php?t=101374

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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 
file:///Qmultimedia/Musik/J/Jose%20Gonzalez/Veneer/CD1/11%20-%20Jose%20Gonzalez%20-%20Broken%20arrows.mp3.
 [14-04-06 14:09:08.0666] Plugins::TrackStat::Storage::saveTrack (1020) No 
matching alternative path found for 
file:///Qmultimedia/Musik/M/Morissette,%20Alanis/Jagged%20Little%20Pill/01%20-%20Morissette,%20Alanis%20-%20All%20I%20Really%20Want.mp3.

  
 It's always the path from my old machine. 
 
 What can I do to rematch the files? 
 
Have you changed the folder structure ?
It looks like you run the restore with Find alternative files option
enabled and then it's supposed to find the files during the restore
process as long as it's only the beginning of the path that has changed,
but from the log it looks like it doesn't find the files. Could it be
that the files it complains about are old files which no longer exist or
where the last part of the path has changed ?

Did you following the backup/restore procedure exactly ?
http://wiki.slimdevices.com/index.php/TrackStat_plugin#Upgrade.2FReinstall

It's important that you let the normal rescan finish before you start a
TrackStat restore operation and it's important to remember that the
TrackStat restore happens in the background.

However, from what I understood it was the backup that didn't work ? If
that's the case it sounds like this is something else than the above
error messages. Can you try to perform a backup and then look in the
server.log immediately afterwards and see if you get any new log entries
from TrackStat during the backup.



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 encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))

*Interested in the future of music streaming ? 'ickStream -  A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStreamp=743516)*.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=101374

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2014-04-18 Thread erland

Meridion wrote: 
 
 Is there a SQL expert, who can help me writing a SQL query which outputs
 track data (album title, artist, album artist, track title, track
 number, track path/file, trackstat information) to a CSV file? Maybe it
 would make sense to just export tracks wih trackstat data available.
 
How do you want it to look like when there are multiple artists or
multiple album artists on a track ?
When you say artist, do you only mean ARTIST or do you also mean
COMPOSER, CONDUCTOR, BAND, ... ?



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 encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))

*Interested in the future of music streaming ? 'ickStream -  A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStreamp=743516)*.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=20533

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2014-04-18 Thread Meridion

erland wrote: 
 How do you want it to look like when there are multiple artists or
 multiple album artists on a track ?
 When you say artist, do you only mean ARTIST or do you also mean
 COMPOSER, CONDUCTOR, BAND, ... ?

My script does check either album artist or artist tags in GPM. GPM
seems to use and rely on album artist.

If the LMS export had both of them, this would work almost perfectly. I
don't own that many classical albums - they are all managed the album
artist way.



2093 Alben mit 25'736 Titeln von 1881 Interpreten.

Meridion's Profile: http://forums.slimdevices.com/member.php?userid=18619
View this thread: http://forums.slimdevices.com/showthread.php?t=20533

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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.





mrMuppet's Profile: http://forums.slimdevices.com/member.php?userid=34722
View this thread: http://forums.slimdevices.com/showthread.php?t=101374

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins