Search found 302 matches

by Brett
Thu Feb 15, 2018 11:38 am
Forum: Tuniac
Topic: Feature Request
Replies: 14
Views: 21007

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: 21007

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: 6253

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: 14077

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: 13883

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: 6995

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...
by Brett
Mon Apr 17, 2017 8:43 am
Forum: Tuniac
Topic: Drag & Drop Rocks!
Replies: 8
Views: 14077

Re: Drag & Drop Rocks!

The old mp3streamer is an example of using Tuniacs http reader. https://sourceforge.net/p/tuniac/code/HEAD/tree/Old/mp3streamer_Plugin/ You just set in your decoder GetFlags(): FLAGS_PROVIDEHTTPFILEIO. Then Tuniac will give you a IAudioFileIO back in your CreateAudioSource() that has already been in...
by Brett
Mon Apr 17, 2017 3:35 am
Forum: Tuniac
Topic: Drag & Drop Rocks!
Replies: 8
Views: 14077

Re: Drag & Drop Rocks!

Harteex wrote:
I need more time on my hands (and less projects) :(
I am looking after my newborn child so have close to no time left. :(
by Brett
Mon Apr 17, 2017 2:26 am
Forum: Tuniac
Topic: Drag & Drop Rocks!
Replies: 8
Views: 14077

Re: Drag & Drop Rocks!

Tuniac has a full plugin system. Bass is only a plugin to tuniac like any decoder can be. There is example decoders and infomanagers for mp3(Tony's openEnlightenment 5.0) with http streaming support, FLAC, Ogg, trueaudio, wavpack, tak, shorten, taglib etc. It also has a http reader helper. https://s...
by Brett
Sat Apr 15, 2017 8:26 am
Forum: Tuniac
Topic: Drag & Drop Rocks!
Replies: 8
Views: 14077

Re: Drag & Drop Rocks!

Tuniacs playlist management is way more advanced than it first appears. Tuniac fronts as a basic player but really has a real depth of powerful features. That is why I love it so much, so simple but so powerful. It lacks in the streaming department, but if someone had time it could all be added. Nee...