Search found 308 matches

by Brett
Thu Jul 19, 2012 1:01 pm
Forum: Tuniac
Topic: Tuniac 120630
Replies: 3
Views: 8045

Re: Tuniac 120630

You guys like to just leave me talking to myself :)
by Brett
Sun Jul 01, 2012 1:51 am
Forum: Tuniac
Topic: Tuniac 120630
Replies: 3
Views: 8045

Tuniac 120630

Mar, 2012 ----------- -add a 2.1 and 7.1 channel map -redo file moves in playlists, allows file moving in ML now -deselect selection after move Apr, 2012 ----------- -Add Windows 7 Library adding -fix BASS plugin to return inf length correctly -AudioStream force crossfade start if track is shorter t...
by Brett
Sat Mar 17, 2012 1:15 pm
Forum: Tuniac
Topic: Tuniac 120317
Replies: 1
Views: 5784

Tuniac 120317

Mar, 2012
---------
-add text for current SVP loaded
-update taglib and libjpeg-turbo
-tidy up of code


http://sourceforge.net/projects/tuniac/ ... ac/120317/
by Brett
Tue Feb 14, 2012 2:02 am
Forum: Tuniac
Topic: Tuniac 120214
Replies: 0
Views: 35167

Tuniac 120214

Feb, 2012 --------- -pretty albumart and visual windows -move svp vis ini to %appdata% -give svp visuals slightly more memory as some tend to go over slightly -enable GDI rendering option -update auto lock/resume feature -tidy up general prefs layout Jan, 2012 --------- -handle mp4 art -update kissf...
by Brett
Wed Jan 11, 2012 10:44 am
Forum: Tuniac
Topic: hmmmm
Replies: 2
Views: 7223

Re: hmmmm

Drunk Tony on Vodka if Facebook is anything to go by :)
by Brett
Thu Jan 05, 2012 1:52 am
Forum: Tuniac
Topic: Obfuscated Shortcut Keys
Replies: 12
Views: 23018

Re: Obfuscated Shortcut Keys

For those interested in Logitech mouse control of Tuniac. Install Uber Options ( http://uberoptions.net/ ) plus a compatible Logitech SetPoint driver software. Using the extended options provided by Uber Options set a mouse button to Launch an app and set it to launch tuniacApp.exe -next etc. Find u...
by Brett
Thu Jan 05, 2012 1:41 am
Forum: Tuniac
Topic: Obfuscated Shortcut Keys
Replies: 12
Views: 23018

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

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

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

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...