Search found 302 matches

by Brett
Thu Jan 05, 2012 1:41 am
Forum: Tuniac
Topic: Obfuscated Shortcut Keys
Replies: 12
Views: 20640

Re: Obfuscated Shortcut Keys

You could edit and recompile the source with your new hotkeys :) Another way to attack it could be to install AutoHotKey ( http://www.autohotkey.com/ ) And use a script to send command lines to Tuniac. Tuniac should have added a few things to the registry during install so Windows will find it by ju...
by Brett
Thu Sep 29, 2011 11:03 pm
Forum: Tuniac
Topic: Show/remove non-existent files
Replies: 8
Views: 14903

Re: Show/remove non-existent files

Does it handle unavailable files any different? Now that unavailable files are marked, it should be pretty easy to add a 'remove missing files' option or something like that, right? Sure, you could do add that :) Easiest would be I make the "rebuild media library" under prefs remove files...
by Brett
Thu Sep 29, 2011 2:07 pm
Forum: Tuniac
Topic: Show/remove non-existent files
Replies: 8
Views: 14903

Re: Show/remove non-existent files

you guys are slacker than me :(


try 110929:
-add "x" image for unavailable files.
http://www.wasteofcash.com/Tuniac/
by Brett
Sat Sep 24, 2011 10:03 am
Forum: Tuniac
Topic: Show/remove non-existent files
Replies: 8
Views: 14903

Re: Show/remove non-existent files

But I'll give you a head start. A Library Entry already has a field in the current db for availability(unsigned long dwAvailablility), it will be currently set as 0 for all files and is currently not used anywhere in Tuniac. LibraryEntry.h already defines: #define AVAILABLILITY_AVAILABLE 0 #define A...
by Brett
Sat Sep 24, 2011 9:33 am
Forum: Tuniac
Topic: Tuniac 110924
Replies: 0
Views: 32886

Tuniac 110924

Sep, 2011
---------
-double click to configure plugins
-Fix failed playback logic
-change playback notify logic
-some fixes and cleanups

Jul, 2011
---------
-lmza2 for installers
-taglib it, s2m, mod, xm properties reading

http://sourceforge.net/projects/tuniac/ ... ac/110824/
by Brett
Sat Sep 24, 2011 1:37 am
Forum: Tuniac
Topic: Show/remove non-existent files
Replies: 8
Views: 14903

Re: Show/remove non-existent files

Maybe one of you more than capable programmers could actually do this :)
by Brett
Sun Sep 18, 2011 11:06 pm
Forum: Tuniac
Topic: Obfuscated Shortcut Keys
Replies: 12
Views: 20640

Re: Obfuscated Shortcut Keys

Window needs focus, I'll look again why it doesnt work without focus.
by Brett
Fri Aug 05, 2011 9:54 am
Forum: Tuniac
Topic: Search Suggestions
Replies: 4
Views: 8577

Re: Search Suggestions

File name does not have brackets. Heh If you click that "?" next to the search field uou get a drop down list where you can pick filename as your field you are searching. So this all becomes if the URL or maybe just filename should be included or excluded from the default search which cur...
by Brett
Fri Aug 05, 2011 9:25 am
Forum: Tuniac
Topic: Search Suggestions
Replies: 4
Views: 8577

Re: Search Suggestions

Maybe Foobar is just searching the track filename in its default search. Does the filename have brackets and such in it?

You can search for phrases in the middle of fields :)
by Brett
Wed Aug 03, 2011 10:51 pm
Forum: Tuniac
Topic: A few things regarding plugins / popup notify
Replies: 20
Views: 31858

Re: A few things regarding plugins / popup notify

I figured that this feature now has a higher number of options than things it applies to. I will change this some time in the next few days so it is 4 checkboxes for the 4 different triggers instead of having 6 options that doesnt cover every possible configuration of the 4 triggers :p Just been bus...