Re: [SlimDevices: Plugins] Windows 8 App

2013-07-03 Thread Wigster
Another small bug: there are some views where scrolling with the trackpad on my laptop (which I presume as the mouse scroll) doesn't seem to work. Eg: in my music in Artist and Album view it is OK, but in Years it is not. It also doesn't work in the podcasts view. Another thing that I would

Re: [SlimDevices: Plugins] DenonSerial plugin thread

2013-07-03 Thread JamesMcBride
I've managed to work around this for now - modifying this bit in Plugins.pm Code: sub volumeSBToDenon($$) { my ($sbVol,$ampMax) = @_; # amp volume should be in increments of 0.5 between 0 and 98; my $ampTo = int(2 * (($sbVol / 100 * ($ampMax

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Tony T
Roland0 wrote: If you just want to see which songs will be excluded due to having been played recently, start a session, open the blender, open the Session Info window, and look for the history section - songs with a source of feedback/play are those which have been marked as played for the

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Tony T
mherger wrote: You could easily add a line to the plugin code to print the list, though. I'll probably add a debug statement for this. -- Michael That would be useful. I'm thinking that the song id is not being saved to my cache (which would be the cause of the repeats) Could

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Tony T
mherger wrote: Thanks, I'll look into these. Michael I think that a childrens type is also available (Are you checking input for Song Type? If I enter Electric, it's underlined in red) category_map: { electric: any, live: any, studio: any, acoustic: any, christmas: false, childrens: any }

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread dbinder101
I have a few hundred tracks that echonest is not recognizing. I know some have crappy tags associated with them, but quite a few are tracks from CDs that I've ripped via dbPowerAmp so I know their tags should be correct. And, no, these are npt compilations or Best Of that might throw it off,

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Roland0
dbinder101 wrote: I have a few hundred tracks that echonest is not recognizing. I know some have crappy tags associated with them, but quite a few are tracks from CDs that I've ripped via dbPowerAmp so I know their tags should be correct. And, no, these are npt compilations or Best Of that

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Roland0
Tony T wrote: That would be useful. I'm thinking that the song id is not being saved to my cache (which would be the cause of the repeats) There seems to be something happening with the saved song history. From my server.log: Code: [13-07-03 02:11:47.3083]

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Tony T
Roland0 wrote: There seems to be something happening with the saved song history. From my server.log: My log looks different than yours. Any idea if there is a problem on my side: Code: [13-07-03 14:14:53.5929] Plugins::SmartMix::Services::getServices (30)

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Roland0
Tony T wrote: My log looks different than yours. - mine is edited to only show the relevant lines - I'm playing local tracks, you are using Rhapsody Any idea if there is a problem on my side: Code: [13-07-03 14:15:01.2290] Plugins::SmartMix::API::_call

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Tony T
Roland0 wrote: - mine is edited to only show the relevant lines - I'm playing local tracks, you are using Rhapsody The message in the log is Skipping track as it has been recently played). I think this won't work for streaming services. Yeah, it's Rhapsody that repeating tracks. I believe

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread dbinder101
Roland0 wrote: see 'this post' (http://forums.slimdevices.com/showthread.php?97668-Announce-Smart-Mix-pluginp=732240viewfull=1#post732240) - that's the only way to do this I'm aware of Unfortunately, I am running this on a Windows machine and it looks like what you're recommending can only

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Michael Herger
[13-07-03 14:08:24.5083] Plugins::SmartMix::API::_call (284) Async API call: GET http://developer.echonest.com/api/v4/playlist/dynamic/create?song_id=CA..%3Asong%3A440c8e92d579c4c8ec48c2d3b106f00elimit=truebucket=id%3ACA..type=song-radioapi_key=* [13-07-03 14:08:24.9896]

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Michael Herger
Note, however, that there are two distinct ways SM tries to avoid repetition - by telling TEN about it (the /dynamic/feedback call) - locally by checking if the track has been played in the past n days (That's what you configure in the SM settings. The message in the log is Skipping track as it

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Michael Herger
That would be useful. I'm thinking that the song id is not being saved to my cache (which would be the cause of the repeats) Roland0 just pointed out a problem to me where that cache would expire if it wasn't renewed for more than an hour (which typically would happen eg. over night). I'll

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Michael Herger
Based on a quick look, I think that Taste Profile (http://developer.echonest.com/docs/v4/catalog.html) allows the banning of artists and/or tracks (as well as other items such as favorites). Not sure if this is in the Blender already. Not that this is needed. Smart Mix is excellent as is.

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2013-07-03 Thread Michael Herger
I have a few hundred tracks that echonest is not recognizing. I know some have crappy tags associated with them, but quite a few are tracks from CDs that I've ripped via dbPowerAmp so I know their tags should be correct. And, no, these are npt compilations or Best Of that might throw it off,