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

30 commits

Author SHA1 Message Date
Paul Arthur
f65076b93d Switch from _() to T_()
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -04:00
Paul Arthur
c5fa9a6d4b catalog_update.inc: also translate HTML entities 2011-08-04 01:01:03 -04:00
Paul Arthur
9ecedf3ec8 Make the output of catalog_update somewhat readable.
The previous method of mangling the generated HTML was extremely
fragile and broke in a non-obvious fashion when the output was
changed. Instead, modify our convenience function that updates the
text to behave differently when the command line interface is being
used.
2011-08-04 00:10:23 -04:00
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
Paul Arthur
90786a8c85 Catalog work
Reduce the frequency of some expensive database operations when
processing multiple catalogs.  More debugging output.  Remove
unnecessary or unused parameters from function calls.
2011-04-02 15:43:38 -04:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +09:00
momo-i
164616c0f1 Add localization 2010-05-14 05:18:24 +00:00
Paul 'flowerysong' Arthur
5e4162cd0a ARGV always contains at least one item. FS#75, reported by ascheel. 2010-05-09 16:24:09 +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
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
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
de2a330884 hmm php seems to be stripping trailing \ns from the output buffer, stupid pos 2010-03-08 16:32:22 +00:00
Karl 'vollmerk' Vollmer
be8d9efda9 improve text output of catalog_update.inc 2010-03-08 16:29:14 +00:00
Karl 'vollmerk' Vollmer
233bdc5484 start of work on cmdline installer for debian 2010-02-20 05:27:08 +00:00
Karl 'vollmerk' Vollmer
689d324cd7 Add -g flag to catalog_update.inc for Art gathering 2010-02-20 03:46:40 +00:00
Karl 'vollmerk' Vollmer
436046e65d Resolve #573 2010-02-04 22:02:28 +00:00
dipsol
a7838e2a13 Replaced almost every dba::query to dba::read or dba::write. 2009-12-14 08:06:20 +00:00
momo-i
c796c76f76 Update localization 2009-11-24 00:45:47 +00:00
dipsol
87b9d782bc Issue #552, changed typo. 2009-10-19 09:13:31 +00:00
Karl 'vollmerk' Vollmer
220beb584c Improve catalog_update.inc Resolves #512 Thx ascheel 2009-08-31 20:44:38 +00:00
momo-i
abc051ec75 Fixed didn't strip \n... 2009-07-09 11:13:33 +00:00
Karl 'vollmerk' Vollmer
f7bd46cb53 strip excessive \n from catalog_update Thx ascheel 2009-07-09 09:09:04 +00:00
Karl 'vollmerk' Vollmer
de878c82de made the catalog update cmdline output cleaner 2009-05-03 20:00:33 +00:00
Karl 'vollmerk' Vollmer
8e0d90e488 whups did not mean to commit that 2009-04-30 15:37:00 +00:00
Karl 'vollmerk' Vollmer
18683f22aa fix lack of ui response on deleting track right after appending to saved playlist 2009-04-30 15:36:34 +00:00
Karl 'vollmerk' Vollmer
80e9ee6e85 sync catalog update fix 2008-12-26 20:23:16 +00:00
Karl 'vollmerk' Vollmer
f6cc5f19d2 fixed catalog_update bin file and fixed a conf() reference on update all on admin catalog stuff 2007-11-04 16:16:55 +00:00
Karl 'vollmerk' Vollmer
3e46a9775c licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
Karl 'vollmerk' Vollmer
ac8056bad9 removed some dead scripts, moved stuff around, fiddled with albums page... might be an issue with the catalog add... or I might have just discovered a _ton_ of crappy tags... or a bug in getid3() figuring out which it is, is something for tomorrow 2007-05-14 07:33:26 +00:00
Renamed from bin/catalog_update.php.inc (Browse further)