Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-08-01 Thread CypherMK

bakker_be wrote: 
> I can't speak for the other 2, but I'm the third :D
> What you've created here actually helps me out in a little project I was
> thinking about: creating a HTA (HTML Application) to fill up a USB stick
> or other removable device to capacity, with a MusicIP-approved playlist
> :) HTA's should accept Python as scripting language, so I guess I'll
> learn Python and leverage your code, instead of reinventing the wheel in
> VBscript.
> Just to be sure I understand what you're doing here: you're asking 10x
> 75 tracks based on the initial parameter, of which you then remove
> duplicate lines? That would explain why I get 674 tracks in the
> playlist. What I don't get is why there's one blank line after the first
> 75 lines, and none after that ...
> 
> EDIT: Added the generated playlist

Thank you for testing [emoji12] 

It is also one of my first coding projects. It will indeed take 10 times
75 songs minus duplicates. I don't know why there is a blank line
though. But it doesn't hurt the playlist. 

I made this script to make some playlists, which I then feed to foobar
and then let it transcode to mp3. Filenames get numbered by playlist
order. These files will then be transferred to my phone during the night
with the app foldersync. 

Next step would be to do the transcoding by script also.





CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-08-01 Thread bakker_be

CypherMK wrote: 
> Did the 2 people downloading this, find it usefull?

I can't speak for the other 2, but I'm the third :D
What you've created here actually helps me out in a little project I was
thinking about: creating a HTA (HTML Application) to fill up a USB stick
or other removable device to capacity, with a MusicIP-approved playlist
:) HTA's should accept Python as scripting language, so I guess I'll
learn Python and leverage your code, instead of reinventing the wheel in
VBscript.
Just to be sure I understand what you're doing here: you're asking 10x
75 tracks based on the initial parameter, of which you then remove
duplicate lines? That would explain why I get 674 tracks in the
playlist. What I don't get is why there's one blank line after the first
75 lines, and none after that ...



Main System: Touch; Marantz SR-5004; TMA Premium 905; TMA Premium 901;
BK Monolith+ FF; HDI Dune Smart D1; Pioneer PDP-LX5090H
iPad 32GB Wifi + Squeezepad (local playback activated)
Acer Iconia Tab A700 + Squeezeplayer
Wandboard Duallite + CSOS, integrated LMS activated

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-07-30 Thread CypherMK

Did the 2 people downloading this, find it usefull?



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-07-30 Thread CypherMK

Made some adjustments to my python code.

This will generate a playlist based on the user input. Which then can be
used in any player.


+---+
|Filename: Make playlist.zip|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20837|
+---+


CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-07-17 Thread CypherMK

Good support for a paid plugin [emoji14]





CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-30 Thread CypherMK

It would be nice to have some answers to my previous 2 posts





CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-23 Thread CypherMK

Another question. I can combine several commands in one line:

http://localhost:10002/api/mix?genre=rock=Lekkere%20Rock=1000

With the size command I can adjust the results being shown. But the
limit is 75. Same as the windows musicip mixer. 
Would it be possible to circumvent this limit? Getting a activation code
for muicip mixer seems to be impossible.



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-23 Thread CypherMK

cparker wrote: 
> Sorry I have no idea if it's possible for a LMS plugin to do that.

I'm now playing around with different "mood" playlists. Musicip + my
script launches 12 tracks in my squeezebox and sugarcube does the rest.


Is sugarcube taking all 12 tracks into account for mixing when adding
the 13th song, 14th song etc.? Or is it just the last one?



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-19 Thread cparker

CypherMK wrote: 
> That is a real shame. Would it be possible to implement? That would be
> really helpful.

Sorry I have no idea if it's possible for a LMS plugin to do that.



www.spicefly.com - ** Spicefly SugarCube ** - A hassle free acoustic
journey through your music library using MusicIP.  Plus the finest
MusicIP installation guides, enhanced MIP Interface and SpyGlass MIP the
Windows Automated MusicIP Headless Installer.

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-18 Thread CypherMK

I managed to get a python code which does the job.

This will save a mood list created by musicip to the music folder. Which
then can be used by LMS.

Last step is figuring out how to play this on my squeezebox by command
line.


+---+
|Filename: Musicip.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20633|
+---+


CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-17 Thread CypherMK

cparker wrote: 
> SugarCube is a plugin running inside LMS, so it doesn't have any exposed
> API.  If you can automate LMS and pick a track, then just use SugarCube
> Dynamic Queuing.
That is a real shame. Would it be possible to implement? That would be
really helpful.





CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-17 Thread cparker

CypherMK wrote: 
> I tried filters. But that isn't my interest. 
> 
> But I'm only interested in commanding musicip or sugarcube from the
> command line, python or similar. Purely for automating stuff. 
> 
> Possible or not possible?

SugarCube is a plugin running inside LMS, so it doesn't have any exposed
API.  If you can automate LMS and pick a track, then just use SugarCube
Dynamic Queuing.



www.spicefly.com - ** Spicefly SugarCube ** - A hassle free acoustic
journey through your music library using MusicIP.  Plus the finest
MusicIP installation guides, enhanced MIP Interface and SpyGlass MIP the
Windows Automated MusicIP Headless Installer.

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-16 Thread CypherMK

cparker wrote: 
> Moods aren't supported in SugarCube, have you tried using filters;
> http://spicefly.com/article.php?page=musicip-filters
> 
> You can then mix by filter and fire that from an alarm or auto start
> mix.
> 
> Cheers
I tried filters. But that isn't my interest. 

But I'm only interested in commanding musicip or sugarcube from the
command line, python or similar. Purely for automating stuff. 

Possible or not possible?





CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-16 Thread cparker

CypherMK wrote: 
> Hi cparker,
> Maybe you can help with the following:
> 
> If I create a mood in musicip mixer, I can go to (on my phone using
> squeeze CTRL) my music>musicip mood mix>and select the created mood mix.
> Then it will fill the playlist with some tracks and spicefly sugarcube
> will continue adding new songs. So far great!
> Now I'm trying to achieve the same thing without going through all those
> menu's. So the mood will start by a command. And I was hoping this can
> be done by command line, python script or whatever method. So I can
> automate things with eventghost or tasker.
> I tried it with this:
> http://localhost:10002/api/mix?mood=lekkere%20muziek
> 
> Which gives me this result in my browser:
> 
> E:\Mp3\Albums\FLAC\Joan Osborne - 1995 - Relish\1995 - Relish\06 - One
> Of Us.flac
> E:\Mp3\Albums\FLAC\BZN - 2005 - The Singles Collection 1965-2005\BZN -
> 2005 - The Singles Collection 1965-2005 CD2\06 - BZN - La Primavera
> [1988].flac
> E:\Mp3\Albums\FLAC\Ed Sheeran - X (2014)\(05) [Ed Sheeran] Nina.flac
> E:\Mp3\Albums\FLAC\Queen - 1991 - Greatest Hits II\1991 - Greatest Hits
> II {Anthology}\11 - The Miracle.flac
> E:\Mp3\Verzamel\16 Jaar Top 2000 (FLAC)\3700 - Caro Emerald - Tangled
> Up.flac
> E:\Mp3\Verzamel\Hitzone\2014 - 538 Hitzone - Volume 71 [2CD]\CD2\03.
> Rude.flac
> E:\Mp3\Albums\FLAC\Simon & Garfunkel - 1970 - Bridge Over Troubled
> Water\1970 - Bridge Over Troubled Water\02 - El Condor Pasa (If I
> Could).flac
> E:\Mp3\Albums\FLAC\Seal - Hits (2009)\09 - Prayer For The Dying.flac
> E:\Mp3\Verzamel\2 Meter Sessies\2 Meter Sessies Vol.02 - Various
> (FLAC)\03 - Dave Stewart And The Spiritual Cowboys - Soul Years.flac
> E:\Mp3\Albums\FLAC\Nicolas Godin - Contrepoint (2015)\06 - Quei
> due.flac
> E:\Mp3\Albums\FLAC\Prince - Planet Earth (2007)\06 - Mr. Goodnight.flac
> E:\Mp3\Albums\FLAC\Jonathan Jeremiah - Oh Desire (2015)\03. Arms.flac
> E:\Mp3\Verzamel\Top 100\Top 100 Van 1977\024 - Chicago - Baby What A Big
> Surprise.flac
> 
> So maybe something can be done with this information.
> 
> I hope you can help.
> 
> Thank you.

Moods aren't supported in SugarCube, have you tried using filters;
http://spicefly.com/article.php?page=musicip-filters

You can then mix by filter and fire that from an alarm or auto start
mix.

Cheers



www.spicefly.com - ** Spicefly SugarCube ** - A hassle free acoustic
journey through your music library using MusicIP.  Plus the finest
MusicIP installation guides, enhanced MIP Interface and SpyGlass MIP the
Windows Automated MusicIP Headless Installer.

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-16 Thread CypherMK

cparker wrote: 
> From memory the vintage mode is just that, it doesn't utilise the
> SugarCube management of the tracks, you get the raw MusicIP response.

Hi cparker,

Maybe you can help with the following:

If I create a mood in musicip mixer, I can go to (on my phone using
squeeze CTRL) my music>musicip mood mix>and select the created mood mix.
Then it will fill the playlist with some tracks and spicefly sugarcube
will continue adding new songs. So far great!
Now I'm trying to achieve the same thing without going through all those
menu's. So the mood will start by a command. And I was hoping this can
be done by command line, python script or whatever method. So I can
automate things with eventghost or tasker.
I tried it with this:
http://localhost:10002/api/mix?mood=lekkere%20muziek

Which gives me this result in my browser:

E:\Mp3\Albums\FLAC\Joan Osborne - 1995 - Relish\1995 - Relish\06 - One
Of Us.flac
E:\Mp3\Albums\FLAC\BZN - 2005 - The Singles Collection 1965-2005\BZN -
2005 - The Singles Collection 1965-2005 CD2\06 - BZN - La Primavera
[1988].flac
E:\Mp3\Albums\FLAC\Ed Sheeran - X (2014)\(05) [Ed Sheeran] Nina.flac
E:\Mp3\Albums\FLAC\Queen - 1991 - Greatest Hits II\1991 - Greatest Hits
II {Anthology}\11 - The Miracle.flac
E:\Mp3\Verzamel\16 Jaar Top 2000 (FLAC)\3700 - Caro Emerald - Tangled
Up.flac
E:\Mp3\Verzamel\Hitzone\2014 - 538 Hitzone - Volume 71 [2CD]\CD2\03.
Rude.flac
E:\Mp3\Albums\FLAC\Simon & Garfunkel - 1970 - Bridge Over Troubled
Water\1970 - Bridge Over Troubled Water\02 - El Condor Pasa (If I
Could).flac
E:\Mp3\Albums\FLAC\Seal - Hits (2009)\09 - Prayer For The Dying.flac
E:\Mp3\Verzamel\2 Meter Sessies\2 Meter Sessies Vol.02 - Various
(FLAC)\03 - Dave Stewart And The Spiritual Cowboys - Soul Years.flac
E:\Mp3\Albums\FLAC\Nicolas Godin - Contrepoint (2015)\06 - Quei
due.flac
E:\Mp3\Albums\FLAC\Prince - Planet Earth (2007)\06 - Mr. Goodnight.flac
E:\Mp3\Albums\FLAC\Jonathan Jeremiah - Oh Desire (2015)\03. Arms.flac
E:\Mp3\Verzamel\Top 100\Top 100 Van 1977\024 - Chicago - Baby What A Big
Surprise.flac

So maybe something can be done with this information.

I hope you can help.

Thank you.



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-15 Thread cparker

CypherMK wrote: 
> The vintage mode is a bit odd. When I select metallica song, it will que
> 26 songs where 7 songs is foofighters and 3 songs is greenday. 3
> nickelback songs and the rest is random. I've setup sugarcube to not
> play the same artist awithin 10 songs

>From memory the vintage mode is just that, it doesn't utilise the
SugarCube management of the tracks, you get the raw MusicIP response.



www.spicefly.com - ** Spicefly SugarCube ** - A hassle free acoustic
journey through your music library using MusicIP.  Plus the finest
MusicIP installation guides, enhanced MIP Interface and SpyGlass MIP the
Windows Automated MusicIP Headless Installer.

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-15 Thread CypherMK

bakker_be wrote: 
> I've tried it and don't seem to be getting this behaviour at all. I
> activated Vintage mode and disabled "Wobble", I also reduce artist
> repeating to 10 tracks. I then selected a Metallica song from my library
> (115k songs ...) to have a similar starting position as you have.
> First difference: I only get 10 songs instead of the 26 you mention.
> Second difference: no duplicates whatsoever in these 10 tracks ...
> 20618
I also changed it to add 10 tracks only instead of 30





CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-15 Thread bakker_be

CypherMK wrote: 
> Also changed some settings, and vintage mode seems to work better now.
I've tried it and don't seem to be getting this behaviour at all. I
activated Vintage mode and disabled "Wobble", I also reduce artist
repeating to 10 tracks. I then selected a Metallica song from my library
(115k songs ...) to have a similar starting position as you have.
First difference: I only get 10 songs instead of the 26 you mention.
Second difference: no duplicates whatsoever in these 10 tracks ...
20618


+---+
|Filename: Vinatgemode.JPG  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20618|
+---+


Main System: Touch; Marantz SR-5004; TMA Premium 905; TMA Premium 901;
BK Monolith+ FF; HDI Dune Smart D1; Pioneer PDP-LX5090H
iPad 32GB Wifi + Squeezepad (local playback activated)
Acer Iconia Tab A700 + Squeezeplayer
Wandboard Duallite + CSOS, integrated LMS activated

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-15 Thread CypherMK

Also changed some settings, and vintage mode seems to work better now.



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-15 Thread CypherMK

CypherMK wrote: 
> When I use this command in chrome on my server:
> http://localhost:10002/api/mix?genre=rock
> 
> I get this result:
> E:\Mp3\Verzamel\Top 100\Top 100 Van 1983\015 - Billy Joel - Goodnight
> Saigon.flac
> E:\Mp3\Verzamel\Hitzone\1998 - 538 Hitzone - Volume 03\04 - Solid
> Harmonie - I Want You To Want Me.flac
> E:\Mp3\Albums\FLAC\Johan - Pergola (2001)\01 Tumble And Fall.flac
> E:\Mp3\Albums\FLAC\KajaGooGoo - 1996 - The Very Best Of KajaGooGoo\1996
> - The Very Best Of KajaGooGoo {Anthology}\03 - Too Shy.flac
> E:\Mp3\Albums\FLAC\Bruce Springsteen - 1984 - Born In The U.S.A\1984 -
> Born In The U.S.A. (2010 Remaster - The Collection 1973-84)\04 - Working
> On The Highway.flac
> E:\Mp3\Verzamel\Top 100\Top 100 Van 2008\032 - Kane - Shot Of A
> Gun.flac
> E:\Mp3\Verzamel\16 Jaar Top 2000 (FLAC)\3327 - Foreigner - Feels Like
> The First Time.flac
> E:\Mp3\Albums\FLAC\Tears For Fears - 1985 - Songs From The Big
> Chair\1985 - Songs From The Big Chair\05 - I Believe.flac
> E:\Mp3\Albums\FLAC\Jack White - Blunderbuss (2012)\05 - Blunderbuss
> .flac
> E:\Mp3\Albums\FLAC\ABBA - 1980 - Super Trouper\1980 - Super Trouper
> (2005 The Complete Studio Recordings)\06 - Happy New Year.flac
> E:\Mp3\Albums\FLAC\4 Non Blondes - 1992 - Bigger, Better, Faster,
> More!\1992 - Bigger, Better, Faster, More!\04 - Pleasantly Blue.flac
> E:\Mp3\Albums\FLAC\Bruce Springsteen - 1992 - Human Touch\1992 - Human
> Touch\05 - Gloria's Eyes.flac
> E:\Mp3\Albums\FLAC\Brian May - 1992 - Back To The Light\1992 - Back To
> The Light\01 - The Dark.flac
> E:\Mp3\Albums\FLAC\Queen - 1976 - A Day At The Races\1976 - A Day At The
> Races\04 - The Millionaire Waltz.flac
> 
> Would it be possible to get this data to my LMS located on the same
> server? And then it would play?

If I manually save this in chrome to rock.m3u, I will have a working
playlist. But it is to cumbersome to handle. Maybe @mherger knows how?



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-15 Thread bakker_be

CypherMK wrote: 
> The vintage mode is a bit odd. When I select metallica song, it will que
> 26 songs where 7 songs is foofighters and 3 songs is greenday. 3
> nickelback songs and the rest is random. I've setup sugarcube to not
> play the same artist awithin 10 songs
Hmmm, that is odd indeed. I'll try that on my own system, never used it
before myself, as I personally like the way SugarCube does it by
default. The way I've got it configured on LMS is actually quite similar
in the final result:

- The "Random Mix" function is set up to only include specific genres
- It is also set up to only give me just 1 song when "Song Mix" is
  selected
- On my phone and on my Touch I've moved "Song Mix" to the front page
  of the menu
- I just click this, it starts playing it's 1 non-MusicIP song, after
  which SugarCube takes over
  
I don't need the extended possibilities you've built into Tasker, as my
main system is controlled through a Logitech Harmony, which has
programmed actions for just about every scenario in which we use it. In
practice I don't even need the "Song Mix" shortcut on the home menu all
that often. I generally only use it when a mix begins to drift out of my
mood of the moment, which can be several days after initially started
...



Main System: Touch; Marantz SR-5004; TMA Premium 905; TMA Premium 901;
BK Monolith+ FF; HDI Dune Smart D1; Pioneer PDP-LX5090H
iPad 32GB Wifi + Squeezepad (local playback activated)
Acer Iconia Tab A700 + Squeezeplayer
Wandboard Duallite + CSOS, integrated LMS activated

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-15 Thread CypherMK

bakker_be wrote: 
> Re-read everything, and it seems to me you're not happy with the default
> way of Spicefly SugarCube of adding just 1 song to the playlist eacht
> time. Below the setting which will change that:
> 20612
> 
> Again: be aware that all the finetuning of how it creates and plays your
> mixes happens on a per player basis, so "Server Settings -> Player ->
> Spicefly SugarCube". It also has the possibility to copy the same
> settings to all active players.

The vintage mode is a bit odd. When I select metallica song, it will que
26 songs where 7 songs is foofighters and 3 songs is greenday. 3
nickelback songs and the rest is random. I've setup sugarcube to not
play the same artist awithin 10 songs


+---+
|Filename: sugarcube.JPG|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20616|
+---+


CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-15 Thread CypherMK

bakker_be wrote: 
> Re-read everything, and it seems to me you're not happy with the default
> way of Spicefly SugarCube of adding just 1 song to the playlist eacht
> time. Below the setting which will change that:
> 20612
> 
> Again: be aware that all the finetuning of how it creates and plays your
> mixes happens on a per player basis, so "Server Settings -> Player ->
> Spicefly SugarCube". It also has the possibility to copy the same
> settings to all active players.
Hi

Thanks for helping, but I want it the hard way. [emoji16] 

I made a custom menu with tasker which does this:

I first click an item on my android phone home screen. 
Then it will show me a menu with the following options: radio (tuner on
my receiver), Squeezebox, turn receiver off. 
When I select radio, it pops up a new menu with my 5 favourite radio
stations, and by selecting 1, it will turn on my receiver with the
selected radio station. 
When I select Squeezebox, it will pop up a new menu, in which I can
select the following: song mix, Album Mix and 2 smart Mix recipes (which
obviously don't work anymore). And by selecting 1 of them l, will turn
on my receiver, turn on my Squeezebox and play the mix I want. 

So, I want to replace the smart Mix part with a  sugarcube / SmartMix
mix. So when I select the mix, it should turn on my receiver, turn on my
Squeezebox, load a set of songs (according to mood, genre etc.) and
start playing. And then sugarcube will fill in the extra songs. 

Hope I made myself clear [emoji16] So I don't want the hassle of doing
it manually, but just with a few clicks. It's also easier for the wife
[emoji12]





CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-14 Thread bakker_be

Re-read everything, and it seems to me you're not happy with the default
way of Spicefly SugarCube of adding just 1 song to the playlist eacht
time. Below the setting which will change that:
20612

Again: be aware that all the finetuning of how it creates and plays your
mixes happens on a per player basis, so "Server Settings -> Player ->
Spicefly SugarCube". It also has the possibility to copy the same
settings to all active players.


+---+
|Filename: SPiceflySugarcube2.JPG   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20612|
+---+


Main System: Touch; Marantz SR-5004; TMA Premium 905; TMA Premium 901;
BK Monolith+ FF; HDI Dune Smart D1; Pioneer PDP-LX5090H
iPad 32GB Wifi + Squeezepad (local playback activated)
Acer Iconia Tab A700 + Squeezeplayer
Wandboard Duallite + CSOS, integrated LMS activated

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-14 Thread bakker_be

CypherMK wrote: 
> When I use this command in chrome on my server:
> http://localhost:10002/api/mix?genre=rock
> 
> I get this result:
> E:\Mp3\Verzamel\Top 100\Top 100 Van 1983\015 - Billy Joel - Goodnight
> Saigon.flac
> E:\Mp3\Verzamel\Hitzone\1998 - 538 Hitzone - Volume 03\04 - Solid
> Harmonie - I Want You To Want Me.flac
> E:\Mp3\Albums\FLAC\Johan - Pergola (2001)\01 Tumble And Fall.flac
> E:\Mp3\Albums\FLAC\KajaGooGoo - 1996 - The Very Best Of KajaGooGoo\1996
> - The Very Best Of KajaGooGoo {Anthology}\03 - Too Shy.flac
> E:\Mp3\Albums\FLAC\Bruce Springsteen - 1984 - Born In The U.S.A\1984 -
> Born In The U.S.A. (2010 Remaster - The Collection 1973-84)\04 - Working
> On The Highway.flac
> E:\Mp3\Verzamel\Top 100\Top 100 Van 2008\032 - Kane - Shot Of A
> Gun.flac
> E:\Mp3\Verzamel\16 Jaar Top 2000 (FLAC)\3327 - Foreigner - Feels Like
> The First Time.flac
> E:\Mp3\Albums\FLAC\Tears For Fears - 1985 - Songs From The Big
> Chair\1985 - Songs From The Big Chair\05 - I Believe.flac
> E:\Mp3\Albums\FLAC\Jack White - Blunderbuss (2012)\05 - Blunderbuss
> .flac
> E:\Mp3\Albums\FLAC\ABBA - 1980 - Super Trouper\1980 - Super Trouper
> (2005 The Complete Studio Recordings)\06 - Happy New Year.flac
> E:\Mp3\Albums\FLAC\4 Non Blondes - 1992 - Bigger, Better, Faster,
> More!\1992 - Bigger, Better, Faster, More!\04 - Pleasantly Blue.flac
> E:\Mp3\Albums\FLAC\Bruce Springsteen - 1992 - Human Touch\1992 - Human
> Touch\05 - Gloria's Eyes.flac
> E:\Mp3\Albums\FLAC\Brian May - 1992 - Back To The Light\1992 - Back To
> The Light\01 - The Dark.flac
> E:\Mp3\Albums\FLAC\Queen - 1976 - A Day At The Races\1976 - A Day At The
> Races\04 - The Millionaire Waltz.flac
> 
> Would it be possible to get this data to my LMS located on the same
> server? And then it would play?

Why do you keep going at it the hard way? LMS has a builtin MusicIP
client, which does this for you, albeit a little featureless and which
needs MusicIP to run on the same machine as LMS, but by far the best and
easiest way of interfacing with MusicIP is Spicefly Sugarcube, a plugin
for which you'll need a license (£20, lifetime license or £10/year),
which is a nobrainer actually. It should give you all you need, and
probably a lot more. Below the part of the settings (adjustable per
player) that deals with what you're trying to do ...
20611


+---+
|Filename: SPiceflySugarcube.JPG|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20611|
+---+


Main System: Touch; Marantz SR-5004; TMA Premium 905; TMA Premium 901;
BK Monolith+ FF; HDI Dune Smart D1; Pioneer PDP-LX5090H
iPad 32GB Wifi + Squeezepad (local playback activated)
Acer Iconia Tab A700 + Squeezeplayer
Wandboard Duallite + CSOS, integrated LMS activated

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-14 Thread CypherMK

When I use this command in chrome on my server:
http://localhost:10002/api/mix?genre=rock

I get this result:
E:\Mp3\Verzamel\Top 100\Top 100 Van 1983\015 - Billy Joel - Goodnight
Saigon.flac
E:\Mp3\Verzamel\Hitzone\1998 - 538 Hitzone - Volume 03\04 - Solid
Harmonie - I Want You To Want Me.flac
E:\Mp3\Albums\FLAC\Johan - Pergola (2001)\01 Tumble And Fall.flac
E:\Mp3\Albums\FLAC\KajaGooGoo - 1996 - The Very Best Of KajaGooGoo\1996
- The Very Best Of KajaGooGoo {Anthology}\03 - Too Shy.flac
E:\Mp3\Albums\FLAC\Bruce Springsteen - 1984 - Born In The U.S.A\1984 -
Born In The U.S.A. (2010 Remaster - The Collection 1973-84)\04 - Working
On The Highway.flac
E:\Mp3\Verzamel\Top 100\Top 100 Van 2008\032 - Kane - Shot Of A Gun.flac
E:\Mp3\Verzamel\16 Jaar Top 2000 (FLAC)\3327 - Foreigner - Feels Like
The First Time.flac
E:\Mp3\Albums\FLAC\Tears For Fears - 1985 - Songs From The Big
Chair\1985 - Songs From The Big Chair\05 - I Believe.flac
E:\Mp3\Albums\FLAC\Jack White - Blunderbuss (2012)\05 - Blunderbuss
.flac
E:\Mp3\Albums\FLAC\ABBA - 1980 - Super Trouper\1980 - Super Trouper
(2005 The Complete Studio Recordings)\06 - Happy New Year.flac
E:\Mp3\Albums\FLAC\4 Non Blondes - 1992 - Bigger, Better, Faster,
More!\1992 - Bigger, Better, Faster, More!\04 - Pleasantly Blue.flac
E:\Mp3\Albums\FLAC\Bruce Springsteen - 1992 - Human Touch\1992 - Human
Touch\05 - Gloria's Eyes.flac
E:\Mp3\Albums\FLAC\Brian May - 1992 - Back To The Light\1992 - Back To
The Light\01 - The Dark.flac
E:\Mp3\Albums\FLAC\Queen - 1976 - A Day At The Races\1976 - A Day At The
Races\04 - The Millionaire Waltz.flac

Would it be possible to get this data to my LMS located on the same
server? And then it would play?



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-14 Thread bakker_be

CypherMK wrote: 
> Also tried this:
> http://192.168.1.101:9090/status.html?p0=playlist=play=localhost:10002/api/mix?genre=rock
> But nothing is playing
You should be aware that in itself the headless MusicIP server doesn't
play anything. For playing you need either  the MusicIP Mixer, which has
a player component, or you need another program (Mediamonkey, LMS, ...)
to interface with your MusicIP server.



Main System: Touch; Marantz SR-5004; TMA Premium 905; TMA Premium 901;
BK Monolith+ FF; HDI Dune Smart D1; Pioneer PDP-LX5090H
iPad 32GB Wifi + Squeezepad (local playback activated)
Acer Iconia Tab A700 + Squeezeplayer
Wandboard Duallite + CSOS, integrated LMS activated

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-13 Thread CypherMK

CypherMK wrote: 
> If I put this line from another computer, it doesn't work:
> http://192.168.1.101:10002/api/mix?genre=rock
> Anyway to get that working?
Also tried this:
http://192.168.1.101:9090/status.html?p0=playlist=play=localhost:10002/api/mix?genre=rock
But nothing is playing





CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-13 Thread CypherMK

If I put this line from another computer, it doesn't work:
http://192.168.1.101:10002/api/mix?genre=rock
Anyway to get that working?



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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


Re: [SlimDevices: Plugins] Play mood with sugarcube and autoplay using tasker or eventghost

2016-06-13 Thread CypherMK

When I enter the following command:
http://localhost:10002/api/mix?genre=rock
I get a list with songs. Can I use that list of songs to play on my
squeezebox duet?



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=105740

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