Search found 308 matches

by Brett
Sun Aug 20, 2017 6:41 am
Forum: Tuniac
Topic: Android DB reader?
Replies: 7
Views: 16527

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

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

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

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

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

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...
by Brett
Sat Dec 10, 2016 12:28 pm
Forum: Tuniac
Topic: Feature Req. (Cause I'm like that!)
Replies: 3
Views: 11589

Re: Feature Req. (Cause I'm like that!)

PS you can create a playlist of a search.

1)Search for "Christmas"
2)Click the left arrow that appears near search box
3)a playlist will be created of your search
4)click that new playlist
5)search for "father"
6)Double click desired song to 'activate' the playlist.
by Brett
Sat Dec 10, 2016 12:22 pm
Forum: Tuniac
Topic: Feature Req. (Cause I'm like that!)
Replies: 3
Views: 11589

Re: Feature Req. (Cause I'm like that!)

I have considered what to do with something like that before. There is a bunch of solutions like maybe regex, but most standard users will likely never know how it works. Probably the easiest to add, but I dont like the fact it will be difficult to learn. Or just be smart about if 2 words are used, ...
by Brett
Mon Oct 03, 2016 1:45 pm
Forum: Tuniac
Topic: Tuniac 161004
Replies: 0
Views: 27209

Tuniac 161004

Oct, 2016 --------- -Update to VS C++ 2015 Update 3.5 -Update to Glew 2.0.0 Sep, 2016 --------- -allow m3u8 files and skip #ext-x- meta -add basshls plugin -allow streams to be 260 chars long (instead of 128) -update tokens in text guides -do not report BASS error 45 -bass decoder updates -add optim...
by Brett
Thu Sep 15, 2016 1:17 pm
Forum: Tuniac
Topic: Tuniac 160915
Replies: 1
Views: 6574

Tuniac 160915

Sep, 2016 (160915) --------- -BASS error checking during GetBuffer() to fix reported crashes in Tuniac 64bit -Add decoder logging Sep, 2016 (160913) --------- -fix sort after initial import if playlist file was found -add warning to nfn export plugin about duplicating files -improve array building o...