Search found 302 matches

by Brett
Mon Jul 08, 2013 11:46 am
Forum: Tuniac
Topic: Tuniac 130706
Replies: 24
Views: 41059

Re: Tuniac 130706

OK so 130708b new features round up: -On intial import do not check for doubles unless imported a playlist or multiple library folders. -On intial import simple increment EntryID -Sort by URL after initial import -Remove setting "Set Date Added To File Creation Time", there is now a separa...
by Brett
Mon Jul 08, 2013 10:56 am
Forum: Tuniac
Topic: Tuniac 130706
Replies: 24
Views: 41059

Re: Tuniac 130706

Actually try 130708 @ http://www.wasteofcash.com/Tuniac/ I think this will fix the issue with ape files. Also with a library as large as yours you may want to look into turning off the Media Library option "Create playlists of playlist files during import" if you do not want to spam your p...
by Brett
Mon Jul 08, 2013 8:25 am
Forum: Tuniac
Topic: Tuniac 130706
Replies: 24
Views: 41059

Re: Tuniac 130706

It is supposed to work. Is you "Music" folder, simply a folder(Eg c:\music\) or is it a Windows Library(eg it contains references to 1 or more other folders)? Either way it should work, but clearly is failing for your files. I assume at least you have something like C:\Music\Folder1 (200gb...
by Brett
Sat Jul 06, 2013 8:16 am
Forum: Tuniac
Topic: Tuniac 130706
Replies: 24
Views: 41059

Tuniac 130706

Anyone would think in 3 months I would have done more. Most these changes really only matter to me and not end users. Jul, 2013 --------- -Allow editing URL -change from cmake/nmake to cmake/vs for lib building due to cmake incorrectly making 64bit nmake projects -lib updates Jun, 2013 --------- -Us...
by Brett
Sat Apr 27, 2013 12:19 pm
Forum: Tuniac
Topic: Tuniac 121220
Replies: 13
Views: 23910

Re: Tuniac 121220

I just tested adding more files and got to 40057 fine, I do not think there is any walls for a long way beyond that. http://wasteofcash.com/40057.png This may depend on your version of Windows. I believe in the past Listviews were limited to 32768 items, but perhaps this was fixed in later versions ...
by Brett
Sat Apr 27, 2013 12:42 am
Forum: Tuniac
Topic: Tuniac 121220
Replies: 13
Views: 23910

Re: Tuniac 121220

hmm maybe I am wrong about the limit of listviews even.. can you give me a copy of your db?

Should be in:
C:\Users\<USER>\AppData\Roaming\Tuniac
I want both
Playlists.dat
and
TuniacMediaLibrary.dat

Zipping them should reduce the size considerably.
by Brett
Sat Apr 27, 2013 12:15 am
Forum: Tuniac
Topic: A couple comments
Replies: 2
Views: 8822

Re: A couple comments

Tony was always a "playlist" man as you sound to be. I personally never use playlists and just put Tuniac on shuffle then queue in songs as I see fit or just pick an album and play it through. If I remember correctly most of the queue stuff was written by Blair based on ideas myself and hi...
by Brett
Tue Apr 23, 2013 11:17 pm
Forum: Tuniac
Topic: Tuniac 121220
Replies: 13
Views: 23910

Re: Tuniac 121220

As I was saying, Tuniac DB can handle 4,294,967,296.

The problem is UI, not backend. You can not exceed 32,768 because Microsoft Windows code Tuniac uses can not handle showing any more.
Tuniac needs to have a main chunk of it's UI code replaced to remove its dependence on the "Listview".
by Brett
Tue Apr 23, 2013 11:24 am
Forum: Tuniac
Topic: Tuniac 121220
Replies: 13
Views: 23910

Re: Tuniac 121220

31,580 is almost close enough to the magical limit 32,768. It might be that you are trying to add files that would exceed 32,768, or you already did and your DB is already "corrupt" because of it. Lets assume you are some way or another actually at the wall of 32,768. Tuniac uses a Windows...
by Brett
Tue Apr 16, 2013 8:12 am
Forum: Tuniac
Topic: Portable Tuniac?
Replies: 3
Views: 11908

Re: Portable Tuniac?

No plans. I dont have any need for portable apps, I install what I want to use and use them :P Tuniac has a few command lines that will prevent it writing settings to the registry. You are free to modify Tuniac source and compile your own version though. If you come up with anything good, let me kno...