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

2013-06-23 Thread Tony T
mherger wrote: an other question: is there a way to solve the spotify issue? i mean when some spotify songs are not played cos not available in my country (music stops and song is not skipped). If there was an obvious way, I would have fixed it long ago. But I haven't even been

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

2013-06-24 Thread Tony T
mherger wrote: Anyway, In regard to the Spotify song not available in your country issue, as a message is sent to SB (via a pop-up message), couldn't this be a way to have SmartMix trigger a play-next track? Are you running Triode's or the official Spotify plugin? I though Triode

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

2013-06-24 Thread Tony T
nervoteso wrote: what kind of fix? i use the triode plugin but i always have issues with spotify tracks. Well, since a message is sent to LMS, then a plug-in/handler could look for that event (message), and then select next track. Tony #63743; SBTouch #9834; SBRadio #9836;

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

2013-06-24 Thread Tony T
Is it possible to fine-tune the sliders in the Advanced Blender? For example, to set artist_end_year to 2013. Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile:

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

2013-06-24 Thread Tony T
mherger wrote: I changed the slider to allow increments by 1. Unfortunately there are not enough pixels to give it the room it needs... I'm probably going to make the recipe window rw. This way you could modify things before saving it. Thanks! Tony #63743; SBTouch #9834; SBRadio

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

2013-06-25 Thread Tony T
The more I play with this, the more I like it. Resolved my Spotify issue by switching to Rhapsody :) Michael, would it be possible to give the option of making a mix a favorite? Tony Tony #63743; SBTouch #9834; SBRadio #9836;

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

2013-06-28 Thread Tony T
mikerob wrote: I'm using the PlayLog plug-in and scrobbling to LastFM. Two different ways of keeping track of what you've played, but hopefully one, other or between both will tell you what you want. Thanks, but what I was wondering was how Smart Mix keeps track of the played tracks and the

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

2013-06-28 Thread Tony T
mherger wrote: Is the only way to exclude an Artist by a preceding - in the Artist seed field? (which only allows 5 seeds) I don't know. You might want to check the TEN documentation: http://developer.echonest.com/docs/v4/playlist.html -- Michael Based on a quick look, I think

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

2013-06-28 Thread Tony T
Hey, thanks for the quick updates! Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com/showthread.php?t=97668

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

2013-06-28 Thread Tony T
Michael, The Song Type field allows for christmas, live or studio, but shouldn't it also allow for ‘electric’ and ‘acoustic’ (see: http://blog.echonest.com) If you don’t want to be bothered with fine tuning the acousticness threshold, you can take advantage of our new ‘electric’ and ‘acoustic’

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

2013-06-28 Thread Tony T
Michael, Is the only way to exclude an Artist by a preceding - in the Artist seed field? (which only allows 5 seeds) Tony Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile:

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

2013-06-28 Thread Tony T
mherger wrote: Michael, would it be possible to give the option of making a mix a favorite? Technically yes, recipes can be saved as favorites (and eg. used in alarms). Alas, there's currently no UI to do so... Will see what I can do. -- Michael Thanks. BTW, Strange thing with

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

2013-06-30 Thread Tony T
Michael, I have Most recently played (days) set to 14, yet I'm getting a lot of repeats. I set logging to debug, and I see that recently played local tracks are skipped, but recently played Rhapsody tracks are not skipped. Tony Tony #63743; SBTouch #9834; SBRadio #9836;

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

2013-06-30 Thread Tony T
mherger wrote: I have Most recently played (days) set to 14, yet I'm getting a lot of repeats. I set logging to debug, and I see that recently played local tracks are skipped, but recently played Rhapsody tracks are not skipped. What version of the plugin are you running? Are you

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

2013-06-30 Thread Tony T
Fahzz wrote: Is there a setting somewhere that limits the length of the playlist? See: http://forums.slimdevices.com/showthread.php?97668-Announce-Smart-Mix-pluginp=749372viewfull=1#post749372 Tony #63743; SBTouch #9834; SBRadio #9836;

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

2013-07-02 Thread Tony T
mherger wrote: Yes, I'm positive that they're identical tracks. I'm using ver 1.3.5 of Smart Mix Could you please capture a log from smart mix activity. I would then see what exact IDs it's using, and why it might be failing. [color=blue] Here's a log (set to Debug) Code:

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

2013-07-02 Thread Tony T
mherger wrote: What is the name of the cache you're logging the track ID's to? It's stored in the default cache.db file (sm_played_songs key). A simple list of song IDs. -- Michael I'm not seeing sm_played_songs in the cache: Code: Mac-mini:~

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

2013-07-02 Thread Tony T
Roland0 wrote: cache.db is a SQLite database, you'll need to use a SQLite client to access it (e.g. the standard CLI sqlite3) and write a SQL query to get the data. Even this probably won't help you, though, as the track data is saved as a BLOB, which won't be displayed by the DB client. Is

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 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 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-04 Thread Tony T
mherger wrote: 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

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

2013-07-04 Thread Tony T
mherger wrote: I'm going to add those listed here: http://developer.echonest.com/docs/v4/song.html -- Michael Thanks. I did a blender of Neil Young, Acoustic and got a very nice mix! Tony #63743; SBTouch #9834; SBRadio #9836;

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

2013-07-07 Thread Tony T
Michael, I see that a new ver was released. What were the changes? Also, have you had a chance to look into the Rhapsody repeats? Tony Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile:

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

2013-07-08 Thread Tony T
mherger wrote: I see that a new ver was released. What were the changes? Also, have you had a chance to look into the Rhapsody repeats? 1.3.6 fixes an issue which would have let the list of played tracks expire withing an hour. It's not limited to Rhapsody, but any online service

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

2013-07-08 Thread Tony T
mherger wrote: I've used it the past 2 days, and still getting repeats from Rhapsody. That's bad. (I just did a play of a recipe, of the first 4 tracks loaded, 3 are repeats) Nice recipe! Will give it some listening time :-). Are you able to tell from the logs if Rhapsody

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

2013-07-09 Thread Tony T
mherger wrote: Looks the same with only Rhapsody as the source (also still playing repeats): Yeah, you'd nee one more parameter which you can't set without modifying the code... I'm pretty sure this is a TEN Rhapsody issue. TEN said they were going to investigate it. We'll

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

2013-07-10 Thread Tony T
mherger wrote: The plugin doesn't deal with it itself. It tells the TEN backend what tracks have been played. And the API should then not play them again. ok, didn't know that. Does that mean that you have to send hundreds of Track ID's with the start of each mix? (is that the long

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

2013-07-11 Thread Tony T
Michael, Would it be possible to have an option to have the Music Sources set on a per mix basis, so that I could use local files only for some mixes, Rhapsody only for some and Local and Rhapsody for others. Tony Tony #63743; SBTouch #9834; SBRadio #9836;

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

2013-07-12 Thread Tony T
mherger wrote: Would it be possible to have an option to have the Music Sources set on a per mix basis, so that I could use local files only for some mixes, Rhapsody only for some and Local and Rhapsody for others. It's software - anything can be done :-). TBH I would assume this

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

2013-07-12 Thread Tony T
mherger wrote: BTW, the reason that I ask is because the SmartMix option Home Smart Mix Smart Mix Options Music Sources Local Music Files does not always work. (deselecting Rhapsody in Advanced Settings will of course works, but I need to be on WebUI for that) Well, if there's

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

2013-07-12 Thread Tony T
mherger wrote: Sure. Here, I selected a mix, then selected local files, and when then when new songs were added, Rhapsody was still used: Hmm... I don't get it. How did you start that mix? Directly from the Blender? As a saved recipe? Which UI? I copied your recipe and was able to

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

2013-07-16 Thread Tony T
Update today? (1.3.7). What's new? Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread:

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

2013-07-16 Thread Tony T
Did you remove Smart Mix Options Music Sources? I don't see it anymore. Also, what's the link for the change log? (I can't seem to locate it) Tony Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile:

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

2013-07-16 Thread Tony T
mherger wrote: Did you remove Smart Mix Options Music Sources? I don't see it anymore. No, but it's only available on SP based devices and mobile apps. It's not available on Classic/Transporter or the web UI (iirc). [color=blue] My mistake. I had de-selected Rhapsody in settings.

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

2013-07-20 Thread Tony T
FYI, I've noticed a marked improvement in skipping of Rhapsody repeats. While repeats still occur, it's usually in the 1st 5 that are added to the playlist and improves as the playlist progresses. BTW, any plans in implementing banning of songs and artists in the future (if this is possible)?

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

2013-08-08 Thread Tony T
What's the recipe for Recommended Music? I have Local Rhapsody sources and the playlist is quite good! (...favorite artists, not as good) Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile:

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

2013-08-08 Thread Tony T
mherger wrote: The real magic behind the mixing algorithm is hidden in TEN's API though. Michael Thanks again for Smart Mix. With Local Rhapsody, it's better than Pandora. Tony #63743; SBTouch #9834; SBRadio #9836;

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

2013-09-03 Thread Tony T
mherger wrote: ...But I do implement such requests every now and then when I got a few minutes. Michael Any chance of having the ability to ban/favorite artists and/or songs when you have time? Tony Tony #63743; SBTouch #9834; SBRadio #9836;

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

2013-11-02 Thread Tony T
markcaines wrote: Hi, Fantastic plug-in - I have been using it a lot. However, in the last few days it seems to be working far less well. I have a few recipes set up with the Blender, but they no longer play songs that correspond to the recipes. I started having similar issues, and a

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

2013-11-04 Thread Tony T
mherger wrote: We're getting close to the maximum number of users this plugin can support :-(. Wow! What does it mean? As discussed in the early days of this thread, the free app key the.echonest.com provides, is limited to a certain numbers of catalogs. And we're getting

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

2013-12-09 Thread Tony T
Michael, Getting a 404 on the Blender help link Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread:

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

2013-12-23 Thread Tony T
Michael, I've only been getting 4 songs served, and when the 4th completes, it starts over. The Mix on Blender works, but doesn't get served to me: This was working fine previously, but I've been having problems the past 3 days. I will get the problem even if I use local music sources The

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

2013-12-23 Thread Tony T
log continued: Code: [13-12-23 10:37:31.4344] Plugins::SmartMix::Plugin::_createMixCb (831) Got dynamic playlist session_id: 60ebb0bbc1b9434a9165c64f0838f068 [13-12-23 10:37:31.4350] Plugins::SmartMix::Plugin::addTracks (1031) 0 songs remaining, songIndex = 0

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

2013-12-24 Thread Tony T
mherger wrote: This was working fine previously, but I've been having problems the past 3 days. I will get the problem even if I use local music sources The recipe is: { artist: [ Neil Young ], song_type: [ acoustic ], type: artist, bucket: [ id:rhapsody-US,

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

2013-12-27 Thread Tony T
mherger wrote: This is a very specific recipe. It results in only a few tracks if I run it in the Blender (60 tracks). There are only so many acoustic songs by Neil Young. Once you've played them, the plugin will reject the tracks, as, well, you've just played them. Change the do

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

2013-12-29 Thread Tony T
Tony T wrote: ok, a few days later, (with do not repeat set to 1 day), I'm getting a mix, but will not re-fill when it reaches the end of the playlist (don't stop the music is set to on). If I play the mix again, I will get new tracks. Update: I didn't do anything, but the recipe's

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

2014-01-25 Thread Tony T
Anyone having trouble with Rhapsody? Keeps rebooting my SBRadio and also my SBTouch. (Not a Smartmix issue) Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile:

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

2014-02-17 Thread Tony T
Michael, I can get this recipe to work if I load the Blender and Play this mix, but if I save it (Save this recipe), and then run from a player, it does not work: { artist: [ neil young ], song_type: [ acoustic ], type: artist-radio, variety: 0.9, distribution: wandering, adventurousness: 0.7,

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

2014-02-18 Thread Tony T
mherger wrote: I can get this recipe to work if I load the Blender and Play this mix, but if I save it (Save this recipe), and then run from a player, it does not work Tony What I did was click the Smatmix options in WebUI, (Settings-Advanced-Smartmix), then clicked the Smart Mixing

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

2014-02-19 Thread Tony T
mherger wrote: I can get this recipe to work if I load the Blender and Play this mix, but if I save it (Save this recipe), and then run from a player, it does not work: Would you get many tracks in the Blender? Or could it be all of your matching tracks have been played recently,

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

2014-02-22 Thread Tony T
Michael, Got the new firmware with the Rhapsody fix (thanks), however, Rhapsody is no longer a Smartmix choice: +---+ |Filename: Screen Shot 2014-02-22 at 10.42.33 AM.png| |Download:

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

2014-02-22 Thread Tony T
mherger wrote: Hmm... could you please restart LMS just to make sure? Then enable debugging for plugin.smartmix, play around with it and see whether server.log has some pointers wrt. Rhapsody? Tried before I posted. (I saw it 'disappear' during the Rhapsody bug and I thought that you had

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

2014-03-08 Thread Tony T
mherger wrote: Ugh... hopefully this isn't the end of Smart Mix goodness: http://the.echonest.com/pressreleases/spotify-acquires-echo-nest/ For those who've missed the details: The Echonest is what I'm using in Smart Mix to provide the smarts of the plugin. Hopefully Spotify isn't

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

2014-03-14 Thread Tony T
Michael, Something very strange since the recent update to Smartmix. I have a recipe of Neil Young Unplugged. In the Blender, a correct selection is made (see screenshot), but when I click play this mix, different artists are played (see screenshot) (this was working before the update) Tony

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

2014-03-14 Thread Tony T
mherger wrote: I have a recipe of Neil Young Unplugged. In the Blender, a correct selection is made (see screenshot), but when I click play this mix, different artists are played (see screenshot) (this was working before the update) Isn't this the don't repeat track for x days issue

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

2014-03-14 Thread Tony T
Here's a log: Code: Marker - Mar 14, 2014 4:19:28 PM [14-03-14 16:20:06.4797] Plugins::SmartMix::Plugin::createMix (774) Starting dynamic mix using: { adventurousness = 0.5, artist = [Neil Young], type = artist, variety = 0.2, } [14-03-14 16:20:06.4801]

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

2014-03-14 Thread Tony T
log continued…. Code:

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

2014-03-15 Thread Tony T
mherger wrote: That error 400 Bad Request doesn't look good. I'll have to look into this in more detail after the weekend. 400 Bad Request, -- Michael New info: Now it plays ok if I select from a SB player (which I do most of the time), but fails (plays wrong artists) when

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

2014-03-18 Thread Tony T
mherger wrote: New info: Now it plays ok if I select from a SB player (which I do most of the time), but fails (plays wrong artists) when using the Blender Play this Mix 1.4.1 should fix this issue. Plus it should now play the tracks shown in the Blender before continuing the mix

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

2014-03-20 Thread Tony T
kllngtme wrote: Anyone else notice a bug since the last update? Ever since I updated Smartmix on Monday night, I've noticed that even though don't stop the music is enabled. The music will just randomly stop now. Smart mix never stopped really before, it kept adding onto the playlist. It

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

2014-04-30 Thread Tony T
Michael, Artist Unplugged stopped working. It lists tracks on The Blender, and will work when I select Play this Mix but when selected with SBRadio no tracks are selected. Tony Tony #63743; SBTouch #9834; SBRadio #9836;

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

2014-05-04 Thread Tony T
mherger wrote: Artist Unplugged stopped working. It lists tracks on The Blender, and will work when I select Play this Mix but when selected with SBRadio no tracks are selected. Log file? -- Michael Reports No matching tracks were found. Code:

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

2014-05-05 Thread Tony T
mherger wrote: Reports No matching tracks were found. Haven't we been there before? I think I remember you running out of acoustic Neill Young tracks before... -- Michael Yes, then you did an update and it broke again. (Not a big deal for me, just passing along what I found) It

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

2014-05-26 Thread Tony T
This is strange. Neil Young, acoustic still returns no tracks found, then I tried electric:false, and its working! Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile:

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

2014-10-06 Thread Tony T
I remember awhile back that there was an issue with Smart Mix and Spotify when Spotify would serve-up tracks that were not playable in the U.S. (I switched to Rhapsody due to this issue) Does this issue still exist? Tony #63743; SBTouch #9834; SBRadio #9836;

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

2014-10-07 Thread Tony T
Michael, Thanks for the update. Looks like I'll stay with Rhapsody (works great with Smart Mix). Tony Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544

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

2014-10-16 Thread Tony T
Any Rhapsody users here? I'm getting a 500 SSL negotiation failed message when trying to view My Library from squeezebox (viewing from Rhapsody's website works). I can view everything else on Rhapsody in Squeezebox, just not My Library. Tony #63743; SBTouch #9834; SBRadio #9836;

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

2014-10-18 Thread Tony T
[deleted by me] Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com/showthread.php?t=97668

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2010-07-07 Thread Tony T
This might have been answered in one of the 140 pages in this thread :) , but can someone tell me how I can determine if a stream is playing? (not if the server is running). -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2010-07-07 Thread Tony T
Tony T;560186 Wrote: This might have been answered in one of the 140 pages in this thread :) , but can someone tell me how I can determine if a stream is playing? (not if the server is running). Never mind, found the answer in http://forums.slimdevices.com/showpo...postcount=1352 I can use

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2010-07-13 Thread Tony T
you plan to implement this? -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com/showthread.php?t

Re: [SlimDevices: Plugins] iPeng support thread

2010-08-18 Thread Tony T
FWIW, iPeng's WOL does not wake my Mac Mini. -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Bibliography Album Review Plugin On ReadyNAS Pro

2010-10-14 Thread Tony T
peterdgreenway;582882 Wrote: Information could not be collected. There might be a network problem. Please try again! Peter Same problem here. Album Review and Biography Plug-in's stopped working for me recently. . -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836

Re: [SlimDevices: Plugins] Bibliography Album Review Plugin On ReadyNAS Pro

2010-10-15 Thread Tony T
Thanks Michael -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com/showthread.php?t=82656

Re: [SlimDevices: Plugins] Bibliography Album Review Plugin On ReadyNAS Pro

2010-10-20 Thread Tony T
to maintain :-( Working, Thanks! (although, version says: 2.9.2) -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http

Re: [SlimDevices: Plugins] iPeng support thread

2011-01-27 Thread Tony T
. Is there a setting in iPeng that can fix this? -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] iPeng support thread

2011-01-28 Thread Tony T
That works, thanks! -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com/showthread.php?t=51929

Re: [SlimDevices: Plugins] iPeng support thread

2011-02-09 Thread Tony T
Ikabob;609865 Wrote: Pippin,I downloaded the newest v1.3 ipeng for itouch. I cannot get it to work. When I touch the ipeng icon I get a very brief introductory page and then ipeng just crashes on my itouch.. I have the same problem. . -- Tony T Tony #63743; SBTouch #9834; SBRadio

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-06-27 Thread Tony T
How can I get a count of the never played tracks? I only see how to get a list of the songs in the Web UI. Is there a CLI command that will accomplish this? -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-07-09 Thread Tony T
TrackStat crashes SBS Version: 7.5.4 - r32171 Delete unused statistic crashes the server. -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-07-10 Thread Tony T
::Utils::Misc::msg (1165) Warning: [17:34:26.9408] Use of uninitialized value $line in substitution (s///) at /Users/Tony/Library/Caches/Squeezebox/InstalledPlugins/Plugins/TrackStat/Backup/File.pm line 290, BACKUPFILE chunk 2049. -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-07-26 Thread Tony T
Just d/l's SBS 7.6 and Dynamic Playlists no longer work. -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http

[SlimDevices: Plugins] DynamicPlayList stopped working after upgrade to 7.6

2011-07-26 Thread Tony T
=genre_track.track and genre_track.genre=genres.id and genres.name in ('Comedy')) and ifnull(track_statistics.playcount,0)=0 group by tracks.id order by rand() limit 10;] at /Library/PreferencePanes/Squeezebox.prefPane/Contents/server/Slim/Schema/Storage.pm line 123 -- Tony T Tony #63743; SBTouch #9834

Re: [SlimDevices: Plugins] DynamicPlayList stopped working after upgrade to 7.6

2011-07-27 Thread Tony T
and genre_track.genre=genres.id and genres.name in ('Comedy')) and ifnull(track_statistics.playcount,0)=0 group by tracks.id order by random() limit 10; -- Tony T

Re: [SlimDevices: Plugins] DynamicPlayList stopped working after upgrade to 7.6

2011-07-27 Thread Tony T
, and its working!! (Might have been a cache problem as you suggested) Thanks! -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-07-27 Thread Tony T
://forums.slimdevices.com/attachment.php?attachmentid=12124| +---+ -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http

Re: [SlimDevices: Plugins] PlaylistManager and 7.6

2011-08-18 Thread Tony T
Has an update been released for SBS 7.6? -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Playlist Manager version 6.0 released

2011-08-29 Thread Tony T
Philip Meyer;653605 Wrote: For all those people that have been pestering me to release a version that works with SBS 6.0, I've just uploaded Playlist Manager version 6.0.l Thanks!! -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836

[SlimDevices: Plugins] Dynamic Playlist - Decade

2011-09-20 Thread Tony T
) order by random() limit 10; -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http

Re: [SlimDevices: Plugins] Dynamic Playlist - Decade

2011-09-21 Thread Tony T
::throw_exception (119) Backtrace: -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com/showthread.php?t

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-09-24 Thread Tony T
of what was going on, or how to fix it) -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-09-24 Thread Tony T
ok, but a message about the new terms should be given when a user selects Dynamic Playlists from the Main Menu of either the WebUI or a Player -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-09-24 Thread Tony T
erland;659401 Wrote: After getting a license, you can click the Apply/Save Settings button in License Manager plugin settings page to refresh the licensing status. How? Is the license sent to me via email? Do I have to enter it in SBS somehow? -- Tony T Tony #63743; SBTouch #9834

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-09-24 Thread Tony T
ok, working now, thanks. -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com/showthread.php?t

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-09-24 Thread Tony T
this morning. -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com/showthread.php?t=49483

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-09-24 Thread Tony T
options, but I despise yearly pricing structures). . -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-09-24 Thread Tony T
(especially as you state that if a lot of people pay the minimum that you'll raise it). Also, keep in mind that $50 is a lot for a Radio that costs $140 . -- Tony T Tony #63743; SBTouch #9834; SBRadio #9836; Tony T's

  1   2   3   >