1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
Commit graph

984 commits

Author SHA1 Message Date
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
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
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
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
Paul 'flowerysong' Arthur
171c8d235a Don't try to insert the key field, since it doesn't exist in the catalog table. 2010-03-14 06:26:05 +00:00
Paul 'flowerysong' Arthur
d78c207f76 Cosmetics: use tabs for indentation, tweak some indentation/coding style. 2010-03-14 06:10:27 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Paul 'flowerysong' Arthur
5744c3ea4b Remove null auth method. 2010-03-14 03:43:06 +00:00
Paul 'flowerysong' Arthur
9a872491dd Unbreak http auth, make it more sane. Old broken method renamed to null, in
case crazy people still want it.  Add support for redirecting to a SSO 
provider after logout.
2010-03-14 03:40:47 +00:00
Paul 'flowerysong' Arthur
1b57e267e0 Cosmetics: add vim modeline, consistently use tabs for indentation, typos, wrap
comment blocks at 80 columns.
2010-03-13 21:39:18 +00:00
Karl 'vollmerk' Vollmer
b9b1d03d05 use filemtime for catalog verify untested 2010-03-12 17:45:56 +00:00
Karl 'vollmerk' Vollmer
3d97d79e84 Improve debugging a bit to prove a point 2010-03-09 04:24:10 +00:00
Karl 'vollmerk' Vollmer
d8e8ec2b79 Update defaults for new installs (extending default timeouts) fix installation and PHP warning on no ip history 2010-03-01 12:47:15 +00:00
Karl 'vollmerk' Vollmer
45ea1a80fa Make the tag cloud do something, only song browsing for now... 2010-02-23 04:12:42 +00:00