1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00
Commit graph

172 commits

Author SHA1 Message Date
Karl 'vollmerk' Vollmer
58900248cc tweak it so that flv is a valid video type and correctly(??) get the codec from it 2009-02-09 23:04:15 +00:00
Karl 'vollmerk' Vollmer
0de67b0682 rename the variables, potentially break some stuff, good fun 2009-02-07 05:03:13 +00:00
Karl 'vollmerk' Vollmer
491b530cca add a few more columns to the video view, tweak how it picks the title when indexing 2009-02-04 02:49:12 +00:00
Karl 'vollmerk' Vollmer
00effbf554 Add very basic buggy as crap video support, fix a few other minor bugs with playlists and random elements 2009-02-02 04:25:25 +00:00
Karl 'vollmerk' Vollmer
4aefc1fadc incomplete changes, commiting because I need a coding break 2009-02-01 02:45:39 +00:00
Karl 'vollmerk' Vollmer
d05f189208 tweak debug a tad 2009-01-25 16:19:20 +00:00
Karl 'vollmerk' Vollmer
6b30b4b104 fix typo in catalog export 2008-12-29 15:32:32 +00:00
Karl 'vollmerk' Vollmer
ffd5b55d0a added the tags to the artist and album display, and also made the cataloging correctly add them to the database, also corrected an issue with the formating so that it always produces a valid style 2008-12-28 08:34:06 +00:00
Karl 'vollmerk' Vollmer
a55a80fd30 sync changes to trunk 2008-12-26 20:48:39 +00:00
dipsol
93f3c4e929 Deleted parameters which where creating errors. 2008-12-11 16:43:50 +00:00
dipsol
e415574302 When updating an remote catalog it will try to grab the images from the remote machine to the local database. 2008-12-11 15:21:07 +00:00
dipsol
efa0fda4ff changed the xmlrpc library to the pear xmlrpc library. Also fixed some other litle things not worth mentioning. 2008-12-11 07:39:41 +00:00
dipsol
1d990900fb Fixed an call to debug_event, added an third parameter which is mandatory. 2008-12-10 15:44:38 +00:00
Karl 'vollmerk' Vollmer
e35405ce69 allow add or verify on a specified sub directory of an existing catalog 2008-11-19 23:06:21 +00:00
Karl 'vollmerk' Vollmer
ef684b03c2 prevent fread($fp,0) if a program seeks to the very end of a file 2008-11-19 20:05:29 +00:00
Karl 'vollmerk' Vollmer
0be17796f1 added in ping for the xmlapi returns the version, if a authID is passed it extends the session and then returns the version + new expire time 2008-11-19 18:44:46 +00:00
Karl 'vollmerk' Vollmer
2562b5a00b add in require_localnet_session configuration 2008-11-15 06:41:41 +00:00
Karl 'vollmerk' Vollmer
e8559dd683 fix http auth issues, fix missing line sfrom dipsols patch, few other minor things 2008-10-29 06:47:00 +00:00
Karl 'vollmerk' Vollmer
f593f18131 Commit, still no internet paying for it.. curse you free.fr 2008-10-27 09:24:34 +00:00
momo-i
039e1bf8c1 Fixed my misunderstanding 2008-09-02 14:19:35 +00:00
momo-i
0ce5d92079 Updated getid3 for multi-byte characters, but some wrong id3tags have occurred exception error. 2008-09-02 07:11:43 +00:00
Karl 'vollmerk' Vollmer
c2e9b311e9 remove lib/album.lib.php and move its two functions into album class, corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules) 2008-08-31 15:57:33 +00:00
Karl 'vollmerk' Vollmer
dda0815b08 more fixes for the translation (Thx momo-i) and updated ja_JP 2008-08-08 03:44:06 +00:00
Karl 'vollmerk' Vollmer
392354df0a switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
Karl 'vollmerk' Vollmer
ca8c292bb8 sync from branch of ignore . files change 2008-07-15 14:51:18 +00:00
Karl 'vollmerk' Vollmer
4b4930e286 make the verify remove dead songs and tweak single song view a tiny bit 2008-06-08 09:29:29 +00:00
Karl 'vollmerk' Vollmer
5a923b14c9 sync to trunk 2008-05-31 05:03:50 +00:00
Karl 'vollmerk' Vollmer
13ae6a0371 show the top 2 tags on songs, sync fixes from /branches/3.4 improved caching on song object 2008-05-26 04:08:45 +00:00
Karl 'vollmerk' Vollmer
9803be045b removed some more references to the genre stuff, added ability to customized what is considered a prefix on albums and artists (requires update of config file) added next and stop to the shoutcast localplay controller 2008-05-25 23:55:35 +00:00
Karl 'vollmerk' Vollmer
fd51a754c4 sync from stable branch 2008-05-20 05:41:47 +00:00
Karl 'vollmerk' Vollmer
8ed4195e45 made the cataloging process gather genre and use it as a tag, browse genre also removed 2008-05-19 05:40:26 +00:00
Karl 'vollmerk' Vollmer
a502e236d1 fixed the gather art, tweaked the heard per multiple recommendations also fixed a endless loop if you visited the index page after not playing anything in ampache for 2 or more years 2008-05-15 07:17:44 +00:00
Karl 'vollmerk' Vollmer
f274fc8b6d fix the m3u parsing on catalog creation 2008-05-15 05:35:22 +00:00
Karl 'vollmerk' Vollmer
2f74d724f7 fix the gather album art checkbox, somebody forgot to make it actually work 2008-05-15 04:41:37 +00:00
Karl 'vollmerk' Vollmer
dfcd869f37 tweaks the db updates and adds a few more charset translations to the db charset reset function 2008-05-10 07:14:38 +00:00
Karl 'vollmerk' Vollmer
9393b2afdf fixed album checking so that it includes the prefix when determining duplicates 2008-05-10 04:04:46 +00:00
Karl 'vollmerk' Vollmer
08aa19a7b2 re-imposed my evil charset validation 2008-05-08 19:41:17 +00:00
Karl 'vollmerk' Vollmer
1c85db030e added in the ajax-loading div display on catalog processes, also relaxed the restrictions on filenames of non-site_charset, warning rather then fatal error 2008-05-06 05:17:55 +00:00
Karl 'vollmerk' Vollmer
310adfa359 last commit before beta3 release 2008-04-21 03:21:20 +00:00
Karl 'vollmerk' Vollmer
669753d59d first steps of a fix for the xml-rpc streaming and cataloging 2008-04-15 03:14:42 +00:00
Karl 'vollmerk' Vollmer
2743730424 force consistant charset on file add, add fix_filenames script and minor tweak for democratic play 2008-03-17 00:50:16 +00:00
Karl 'vollmerk' Vollmer
2ff28d9f26 minor change to tag gather, some speed improvements on the catalog verify and more changes to democratic play, will not work currently due to missing db update that needs more testing 2008-03-13 07:38:40 +00:00
Karl 'vollmerk' Vollmer
311ac99112 minor fixes to the playlist, fixed up the democratic playlist kinda, still does not work completely 2008-03-10 05:24:59 +00:00
Karl 'vollmerk' Vollmer
4626bc1ff1 updated russian translation and tweaked some plural points thx littlesavage 2008-02-28 05:24:24 +00:00
Karl 'vollmerk' Vollmer
6fdd9ac8d2 fix to user auth with xml-api (Thx purdyk) and fix update all not resetting album art cache 2008-02-09 07:02:23 +00:00
Karl 'vollmerk' Vollmer
6b3505b20c added in patch to filter out disabled songs from duplicates display, thx joh6nn 2008-01-29 06:34:19 +00:00
Karl 'vollmerk' Vollmer
ff3fd54490 fixed the catalog creation, hopefully. added cleaning of shoutbox table to catalog clean fixed typo on install 2008-01-20 00:51:15 +00:00
Karl 'vollmerk' Vollmer
5296a8d351 fixed issue with xmlapi when no limit provided, fixed now playing refresh, fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi 2008-01-19 23:11:57 +00:00
Karl 'vollmerk' Vollmer
7e154abae9 - Fixed search by rating (Thx alex2008)
- Fixed no result return on random methods
- Added mime,language & lyrics to catalog updating functions
2008-01-13 21:34:56 +00:00
Karl 'vollmerk' Vollmer
65bc8762b1 fixed flag management interface, and potentially fixed an issue with use_auth=false 2007-12-31 04:08:35 +00:00