Page 1 of 2

Feature Request

Posted: Thu Feb 08, 2018 8:01 pm
by Sigurd
This is not a big issue.


It would be nice if the "Play Next" feature would span songlists. ie.. Let me go to the next songlist and automate a change from the main selection when the playing song is done.

It would be nice. Thank you for everything.

Re: Feature Request

Posted: Tue Feb 13, 2018 12:59 pm
by Brett
I think I have now written the ground work for making this possible.
Playlists now have a "unique" ID which I can save in the queue to keep track of where the song got queued from.

Now I need to test that nothing broke while doing this.

Then I can enable queuing from different playlists.

Give me a few days to test and code in the last parts.

Re: Feature Request

Posted: Thu Feb 15, 2018 11:38 am
by Brett
Try Tuniac 180215(or newer) from:

http://wasteofcash.com/Tuniac/

This adds the feature to do queues across playlists.

A large amount of code was added and changed to allow this, plus this build has a whole bunch of house keeping changes also.
Things may be broken, I have tested but now I need you to test and tell me if anything is broken! :)



Changelog:

Feb, 2018
---------
-allow soft pause and queue's across playlists
(add playlist id for playlists, store playlist id for entries in soft pause and queues, pl db 0.8 to store playlist id in various areas)
-optimize startup to not rebuild playlists needlessly and other general code cleanups
-add button to launch tuniac.org in about window
-bass and basshls update

Re: Feature Request

Posted: Fri Mar 02, 2018 5:59 pm
by Harteex
Awesome, this is something I like as well, will test :)

Re: Feature Request

Posted: Fri Mar 09, 2018 6:26 pm
by Sigurd
Wow!

Thank you.

I'll test this.

Re: Feature Request

Posted: Fri Mar 09, 2018 6:49 pm
by Sigurd
A thing of beauty!

Re: Feature Request

Posted: Fri Mar 09, 2018 7:19 pm
by Sigurd
Thank you.

Very Nice Improvement

Posted: Fri Mar 09, 2018 9:15 pm
by Sigurd
The whole program gets a bit of a lift. I like the freedom to ignore the source of where the song is - much more professional and intuitive.

It really makes a great program better!

Re: Feature Request

Posted: Sun Mar 11, 2018 4:13 am
by Brett
So things are working bug free?
While adding this I had to redo a bunch of the future list logic so it would accurately display what songs are coming; and while adding that I found and fixed a bunch of times the old logic failed. Hopefully now the future list is fairly reliable regardless of what is queued and then filtered out :p

Re: Feature Request

Posted: Sun Mar 11, 2018 6:13 am
by Brett
PS on the very first launch did it complain your queue was corrupt and it was being reset?