Search found 306 matches

by Brett
Mon Apr 17, 2017 8:43 am
Forum: Tuniac
Topic: Drag & Drop Rocks!
Replies: 8
Views: 16422

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

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

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

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

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

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

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

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...
by Brett
Thu Sep 15, 2016 12:40 pm
Forum: Tuniac
Topic: Tuniac 160913
Replies: 8
Views: 16226

Re: Tuniac 160913

Problem is that I did not check that BASS actually returned success. My code assumed success and did not check for an error. For me on 64bit BASS likes to return an error of end of file(error 45) for your files. Tuniac checks with BASS earlier for if the file had ended and also would have accepted B...
by Brett
Thu Sep 15, 2016 12:35 pm
Forum: Tuniac
Topic: Tuniac 160913
Replies: 8
Views: 16226

Re: Tuniac 160913

Uhh try 160915a if you actually want the log to log what I wanted.