1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00
Commit graph

1512 commits

Author SHA1 Message Date
Paul 'flowerysong' Arthur
836af45d57 Remove leftover references to $id from before I decided to make Query non-static. 2010-06-12 23:12:13 +00:00
Paul 'flowerysong' Arthur
13629b3cf7 $key wasn't defined in Error::add, I'm going to assume it was supposed to be $name. 2010-06-12 22:35:56 +00:00
Paul 'flowerysong' Arthur
7f36693353 Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things.  Most things appear to still work, but I may have
missed some cases.
2010-06-10 05:33:57 +00:00
Paul 'flowerysong' Arthur
c1ed41a16d Remove some unused genre stuff. 2010-06-10 01:19:14 +00:00
Paul 'flowerysong' Arthur
617a4b5dfc Always update the access level associated with a preference, even if it's a
password and not itself being updated.
2010-06-09 08:01:29 +00:00
Paul 'flowerysong' Arthur
6873ed87ef Remove unused function format_time. 2010-06-07 08:28:05 +00:00
Paul 'flowerysong' Arthur
2f7068c18d Aggressively make sure we don't end up with extra spaces when joining the prefix. 2010-06-07 06:46:48 +00:00
Paul 'flowerysong' Arthur
27477ceae8 Move prefix trimming into a static function. Reduces duplicate code and allows
for the possibility of using it elsewhere.
2010-06-07 02:57:36 +00:00
Paul 'flowerysong' Arthur
b9937cd7ce Clean up the rating code by moving uniqueness constraints into the database,
using SQL's AVG() when we want an average, updating the cache when a rating
changes, etc.
2010-06-07 00:49:47 +00:00
Paul 'flowerysong' Arthur
bafc1b97ce Change debugging output on transcode. 2010-05-29 23:34:47 +00:00
Paul 'flowerysong' Arthur
92c2191e36 Fix bin/print_tags so it accurately reflects what Ampache will see; it was
stomping on 'file' results for some reason.  Also a smidge of cleanup in vainfo.
2010-05-29 17:47:24 +00:00
Paul 'flowerysong' Arthur
cceb1a4a9b Minor output change. FS#96, reported by Nate Gotz. 2010-05-29 16:59:55 +00:00
Paul 'flowerysong' Arthur
67be60ae09 Cleanup and rationalisation of authentication related code. Among other things,
fixes FS#99.
2010-05-29 08:33:48 +00:00
Paul 'flowerysong' Arthur
c4ea23c83b Make Art::clean actually work. 2010-05-10 06:19:18 +00:00
Paul 'flowerysong' Arthur
3a5a8dad2e Some more Art-related cleanup. Removing references to album_data, removing old
art methods from Album, etc.  Should fix FS#76
2010-05-09 19:50:35 +00:00
Paul 'flowerysong' Arthur
20d7fa5b08 Testing is all well and good...but uncomment things before you commit them. 2010-05-06 05:29:09 +00:00
Paul 'flowerysong' Arthur
21ba4d395a Use lowest addition_time for ordering "newest" items. FS#54. 2010-05-06 05:03:41 +00:00
Paul 'flowerysong' Arthur
b60419df85 You know, maybe I shouldn't be allowed to use computers. Revert accidentally
committed hunk.
2010-05-05 01:53:30 +00:00
Paul 'flowerysong' Arthur
8e5b7fec1f Really unbreak gather_musicbrainz. 2010-05-05 01:49:59 +00:00
Paul 'flowerysong' Arthur
e3e4c72466 Art work. Rationalise DB schema, support multiple thumbnail sizes and
caching thereof, call Catalog->gather_art instead of Catalog->gather_album_art,
unbreak (hopefully) gather_musicbrainz.
2010-05-05 01:43:51 +00:00
Karl 'vollmerk' Vollmer
a7e1258587 make downsampling command log a little clearer 2010-05-05 00:28:26 +00:00
Karl 'vollmerk' Vollmer
e3a62e8c5f fix notice due to undefined indexes when checking for unset config values 2010-05-04 19:51:23 +00:00
Paul 'flowerysong' Arthur
82780455c4 Cosmetics: use tabs for indentation. 2010-05-04 05:32:16 +00:00
Paul 'flowerysong' Arthur
1dedf65f0f Cosmetics: remove trailing whitespace. 2010-05-04 04:58:15 +00:00
Paul 'flowerysong' Arthur
c29052f9bc Use strpos correctly in the API class. Fixes FS#68, reported by Bryce Geiser. 2010-05-03 17:35:17 +00:00
Paul 'flowerysong' Arthur
4c22b56f89 Remove unused img_resize function, cosmetic changes around the altered version
of it in art.class.php.
2010-05-03 17:26:21 +00:00
Paul 'flowerysong' Arthur
feae94b52b Cosmetics. %s/assoicated/associated/g 2010-04-28 22:25:23 +00:00
Paul 'flowerysong' Arthur
b290f52c8d Some missed hunks for playlist editing and miscellaneous related cleanup. 2010-04-28 22:20:42 +00:00
Paul 'flowerysong' Arthur
df1c8d74d5 Clean up democratic/tmpplaylist relationship to work under E_STRICT. 2010-04-28 00:07:30 +00:00
Paul 'flowerysong' Arthur
08840e8ea0 Clean up catalog size calculation - mainly removes a section of code which did
some string mangling to calculate a $size that was never actually used.
2010-04-19 02:12:36 +00:00
Paul 'flowerysong' Arthur
4b4728f0ac Pad track number with zeros, like the doc says. Fixes FS#58, reported by Adam Grissom. 2010-04-15 21:23:41 +00:00
Karl 'vollmerk' Vollmer
0dc4669407 Remove album art functions from album class, this most likely breaks things 2010-04-01 12:04:08 +00:00
Paul 'flowerysong' Arthur
06bb1969f0 Add missing debug output for failed sanity check on catalog clean. 2010-03-25 22:01:24 +00:00
Paul 'flowerysong' Arthur
babd76efb9 Add missing 'else' to avoid some spurious log lines when cleaning. 2010-03-25 05:42:02 +00:00
Paul 'flowerysong' Arthur
c2c6749475 Enhanced rating search; uses correct algorithm for calculation, allows
specification of the operator.
2010-03-23 02:21:54 +00:00
Karl 'vollmerk' Vollmer
bf3e739449 really really fix the art stuff I broke, missing UID reference 2010-03-22 12:22:17 +00:00
Karl 'vollmerk' Vollmer
bcf2c41c9f commit everything. 2010-03-22 04:11:39 +00:00
Karl 'vollmerk' Vollmer
b2dca63940 Add ability to generate thumbnails via catalog_update and also generate thumbnails during art add 2010-03-21 22:04:15 +00:00
Karl 'vollmerk' Vollmer
329aecfdb9 Switch Album so it uses new art methods 2010-03-21 21:31:29 +00:00
Karl 'vollmerk' Vollmer
f0e4f01747 Fix seeking in flacs by adjusting the skip to MM:SS from MM.SS 2010-03-21 21:00:49 +00:00
Karl 'vollmerk' Vollmer
3ce42f5e88 More changes to art - have not removed old functionality yet 2010-03-21 20:53:15 +00:00
Karl 'vollmerk' Vollmer
181d9c5dcf Switched to new art method for primary image display 2010-03-21 15:03:20 +00:00
Karl 'vollmerk' Vollmer
41efcf8c2b typo :( 2010-03-21 13:12:38 +00:00
Karl 'vollmerk' Vollmer
e3300cc53b Resolved #39 - slightly differently then provided patch - Adds attribute hack to keyd_array in xmlclass and video xspf support 2010-03-21 13:07:00 +00:00
Paul 'flowerysong' Arthur
81b874d406 Make keyword search *really* play nice with others, by interacting with
the designated operator as expected.
2010-03-20 08:02:11 +00:00
Paul 'flowerysong' Arthur
9258b7d2a9 Add missing $operator so keyword searching will play well with others. 2010-03-20 06:33:47 +00:00
Karl 'vollmerk' Vollmer
7fe0176656 removed stupid require that I should not have put in 2010-03-19 12:18:22 +00:00
Karl 'vollmerk' Vollmer
f182655b2b Add vlc controller - untested, just want it in svn 2010-03-19 12:16:26 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
ef48bf3fbd Another instance of the dropped column key being used. 2010-03-14 08:12:33 +00:00