summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated handshake stats SQL broken by lack of genre column in songs table.Kevin James 'purdyk' Purdy2008-08-141-2/+1
|
* good number of changes to browse, this breaks more then it fixes...Karl 'vollmerk' Vollmer2008-08-1313-109/+171
|
* updated french translation from erwanKarl 'vollmerk' Vollmer2008-08-102-2624/+2839
|
* divide by 16, seems to work better.. at least for lame... who knowsKarl 'vollmerk' Vollmer2008-08-081-1/+1
|
* remove the genre references from search so it works againKarl 'vollmerk' Vollmer2008-08-082-11/+1
|
* added "extra" caching for the album objectKarl 'vollmerk' Vollmer2008-08-082-2/+25
|
* fixed a long standing browsing issue where you could not browse two ↵Karl 'vollmerk' Vollmer2008-08-086-20/+89
| | | | different things at the same time
* more fixes for the translation (Thx momo-i) and updated ja_JPKarl 'vollmerk' Vollmer2008-08-085-2488/+2528
|
* improved gather shell script (Thx momo-i)Karl 'vollmerk' Vollmer2008-08-082-3/+40
|
* make the ip history only clear the old stuff sometimes, also fix rounding ↵Karl 'vollmerk' Vollmer2008-08-063-6/+8
| | | | issues on the downsampling
* make a good mess of things, and actually sync the starts_with patch from ↵Karl 'vollmerk' Vollmer2008-08-052-36/+43
| | | | branches
* unbreak browsing and kind of torture tagging a littleKarl 'vollmerk' Vollmer2008-08-052-12/+38
|
* added paging to the localplay playlist, fixed some preferences issues I ↵Karl 'vollmerk' Vollmer2008-08-056-12/+35
| | | | introduced with the form register and caching
* fixed a preferences issue due to a typo and updated german translationKarl 'vollmerk' Vollmer2008-08-055-492/+76
|
* test icon for tag add, does not workKarl 'vollmerk' Vollmer2008-07-304-8/+13
|
* sync from branchesKarl 'vollmerk' Vollmer2008-07-301-1/+4
|
* sync of fixes from branchKarl 'vollmerk' Vollmer2008-07-302-0/+15
|
* remove redundent code (Thx Protagonist)Karl 'vollmerk' Vollmer2008-07-291-4/+2
|
* password nag no longer requires a login/logout to clear after restting ↵Karl 'vollmerk' Vollmer2008-07-296-8/+34
| | | | password, cache the prefs dropping the # of queries a bit per protags suggestion
* improved preferences load, down to a single query and a single loopKarl 'vollmerk' Vollmer2008-07-291-21/+9
|
* fixed some old error referencesKarl 'vollmerk' Vollmer2008-07-282-3/+3
|
* sync from branchKarl 'vollmerk' Vollmer2008-07-261-1/+1
|
* switched to sha() password encryption not using sha2 because of limitations ↵Karl 'vollmerk' Vollmer2008-07-2621-70/+178
| | | | of amarok, also added some caching and fixed some misc bugs
* fix typoKarl 'vollmerk' Vollmer2008-07-252-2/+2
|
* sync a file I missed in the patchKarl 'vollmerk' Vollmer2008-07-241-3/+3
|
* sync from branchesKarl 'vollmerk' Vollmer2008-07-2411-5/+3335
|
* test commit switching to containsKarl 'vollmerk' Vollmer2008-07-151-5/+5
|
* sync from branch of ignore . files changeKarl 'vollmerk' Vollmer2008-07-152-1/+3
|
* fixed the albums/artists I broke a few revs ago and sync of the download ↵Karl 'vollmerk' Vollmer2008-07-154-12/+6
| | | | stats fix from branch
* fix it so deleting a catalog actually worksKarl 'vollmerk' Vollmer2008-07-141-2/+2
|
* make the disabled songs link show something, need to make a custom view for ↵Karl 'vollmerk' Vollmer2008-07-146-99/+59
| | | | that as the song one i not really valid, also played around with the caching a bit
* basic mp3tunes class, needs a lot of works stillKarl 'vollmerk' Vollmer2008-07-141-0/+475
|
* sync of fix to trunkKarl 'vollmerk' Vollmer2008-07-111-1/+1
|
* remove restriction forcing non-blank root pwKarl 'vollmerk' Vollmer2008-07-112-1/+3
|
* sync of divide by 0 error, also add some debug if they miss a transcode variableKarl 'vollmerk' Vollmer2008-07-111-18/+23
|
* adjust the wording on the timezone errorKarl 'vollmerk' Vollmer2008-07-071-2/+3
|
* add image dimensions on find album art pageKarl 'vollmerk' Vollmer2008-07-074-4/+33
|
* some more cleanup of the menuKarl 'vollmerk' Vollmer2008-07-044-22/+42
|
* epic failureKarl 'vollmerk' Vollmer2008-07-031-2/+2
|
* sync to trunkKarl 'vollmerk' Vollmer2008-07-031-0/+2
|
* fix user createKarl 'vollmerk' Vollmer2008-07-031-1/+1
|
* reorganize the menu a whole bunch and add a confirmation page to the catalog ↵Karl 'vollmerk' Vollmer2008-06-1917-166/+206
| | | | deletion
* make the live stream add work again by removing genre needs to get tag ↵Karl 'vollmerk' Vollmer2008-06-183-22/+42
| | | | added, but I can do that later
* updated french translation from spproustKarl 'vollmerk' Vollmer2008-06-182-605/+450
|
* ending \n required for shoutcast playlistKarl 'vollmerk' Vollmer2008-06-121-1/+1
|
* slight tweaks to the shoutcast controller, fliter out non 44100 rate files ↵Karl 'vollmerk' Vollmer2008-06-122-3/+9
| | | | also fix a typo
* make the verify remove dead songs and tweak single song view a tiny bitKarl 'vollmerk' Vollmer2008-06-082-25/+24
|
* correct transcoding command for windows thx Gizmokid20051Karl 'vollmerk' Vollmer2008-06-041-1/+1
|
* prevent non-mp3s from being passed to poor old shoutcastKarl 'vollmerk' Vollmer2008-06-032-2/+11
|
* correct an error if you select an invalid object for the shoutboxKarl 'vollmerk' Vollmer2008-06-033-1/+9
|