Search found 306 matches

by Brett
Tue Mar 13, 2018 12:25 pm
Forum: Tuniac
Topic: Tuniac 180313
Replies: 1
Views: 6984

Tuniac 180313

Mar, 2018 --------- -add playlist id to history menu so history keeps track of where a song was played from, instead of just playing from ML playlist. -update text in installer to show 2017 instead of 2015 -move queue and history to pl db 0.9 Feb, 2018 --------- -allow soft pause and queue's across ...
by Brett
Mon Mar 12, 2018 1:51 am
Forum: Tuniac
Topic: Feature Request
Replies: 14
Views: 24261

Re: Feature Request

For history error, was that with the installer I put on wasteofcash yesterday 180311? For that build I have updated history so it can follow playlists correctly also.
by Brett
Sun Mar 11, 2018 6:13 am
Forum: Tuniac
Topic: Feature Request
Replies: 14
Views: 24261

Re: Feature Request

PS on the very first launch did it complain your queue was corrupt and it was being reset?
by Brett
Sun Mar 11, 2018 4:13 am
Forum: Tuniac
Topic: Feature Request
Replies: 14
Views: 24261

Re: Feature Request

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...
by Brett
Thu Feb 15, 2018 11:38 am
Forum: Tuniac
Topic: Feature Request
Replies: 14
Views: 24261

Re: Feature Request

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...
by Brett
Tue Feb 13, 2018 12:59 pm
Forum: Tuniac
Topic: Feature Request
Replies: 14
Views: 24261

Re: Feature Request

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. G...
by Brett
Sun Nov 12, 2017 5:53 am
Forum: Tuniac
Topic: Tuniac 171112
Replies: 1
Views: 6974

Tuniac 171112

Nov, 2017 --------- -Update VS redist -Add VS mirrors in installer -Update bass flac, opus, wv, dsd, midi, hls -Update taglib, libjpeg-turbo, libpng, zlib, glew -Update project to VS 2017 -Clean up projects include paths and linked libraries. http://www.tuniac.org/Release/171112/ http://sourceforge....
by Brett
Wed Oct 18, 2017 6:56 am
Forum: Tuniac
Topic: Drag & Drop Rocks!
Replies: 8
Views: 16395

Re: Drag & Drop Rocks!

Rogervs, your post simply lools like spam so I edited your post.
by Brett
Sun Aug 20, 2017 6:41 am
Forum: Tuniac
Topic: Android DB reader?
Replies: 7
Views: 16343

Re: Android DB reader?

What about ios? Tuniac is a Windows application. It can run under Wine or similar Windows emulation. In particular the Tuniac interface is all "Windows" but other sections of Tuniac code not related to the interface also use Windows API. Substantial effort and rewrites would be required t...
by Brett
Thu Apr 20, 2017 11:23 am
Forum: Tuniac
Topic: Keep playlists.dat
Replies: 2
Views: 7725

Re: Keep playlists.dat

Playlist.dat and ml dat are directly related. Playlist references items in the ml that may not be in the same place after a rebuild. Eg a file entry 372824 can become file 4827 after rebuild, playlist would reference the wrong file. I do not think keeping the playlist but deleting ml is wise or woul...