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

750 commits

Author SHA1 Message Date
Psy-Virus
b124c8e5ab Translation update and small improvements 2015-03-23 08:53:37 +01:00
Afterster
bab826280e Update GetID3 to version 1.9.9-20150318 2015-03-21 21:10:22 +01:00
Afterster
09e71761dd Add Amazon title on arts 2015-02-14 22:11:50 +01:00
Afterster
77d4f6dd7e Custom text when catalog is not ready
Put columns menu in front (fix #735)
2015-02-14 19:25:49 +01:00
Afterster
1711cd14ff Fix Soundcloud and Dropbox catalog modules since SSE
Update php-dropbox to latest version (fix SSLv3 issue)
2015-02-14 11:23:52 +01:00
Afterster
9f128937eb Check file already exists in catalog after string charset conversion 2015-02-10 13:16:58 +01:00
Afterster
d34e34132d Fix Amazon art run 2015-02-08 21:42:03 +01:00
Afterster
62b9e08e83 Use an unique audioContext for all webplayer features 2015-02-06 21:37:06 +01:00
Afterster
b9bb458fa7 Add ZipStream 0.3.0 2015-02-06 20:56:47 +01:00
Afterster
d8875251c3 Remove zipstream 2015-02-06 20:49:04 +01:00
Afterster
411ad4b06c Use proxy settings on all get Requests 2015-02-05 13:56:12 +01:00
Afterster
be383bfca9 Fixed #715: Catalog clean no longer functional 2015-02-05 07:27:18 +01:00
Afterster
c763103bee Add Server-Sent Events on catalog actions 2015-02-02 22:45:57 +01:00
Afterster
517ae2aa0f Update ACKNOWLEDGEMENTS
Fix catalog update change dir warning
2015-02-01 20:03:06 +01:00
Afterster
fe3239f0c1 Add delete from disk option on user uploaded files (fix #388)
Fix file upload duplicate insertion when uploading multiple files at once
2015-01-31 22:06:46 +01:00
Afterster
5f342b25fc Update GetID3 to latest commit 2015-01-31 15:26:06 +01:00
Afterster
1a1caaaf40 Fix music clip catalog import
Change cookie remember default expiration to 1 week
2015-01-30 23:10:50 +01:00
Afterster
890dc52be5 Fixed #698: Columns cannot be re-enabled on tv season view 2015-01-30 08:05:06 +01:00
Afterster
2122fe9531 Add new option to disable deferred extended metadata (= artist info only for now) (fix #288) 2015-01-28 06:17:28 +01:00
Afterster
202fac2257 Update Aurora.js dependency 2015-01-12 07:12:21 +01:00
René Bigler
19bff3fad7 [CLEANUP] Code cleanup 2015-01-10 00:47:13 +01:00
René Bigler
af03777cc8 [FEATURE] #280 Add Beets support for additional metadata 2015-01-10 00:22:36 +01:00
René Bigler
22ad091496 [FEATURE] #280 Add insert, update and delete to local catalog 2015-01-10 00:22:16 +01:00
Afterster
4f60766437 Merge pull request #655 from Razrael/feature/improveMultipleGenreSupport
[FEATURE] Create and update splitted tags
2015-01-07 00:04:24 +01:00
Lawrence Brown
73f35cd4aa change copyright years to 2015
sorry for taking two commits to do this!
2015-01-06 17:34:39 +00:00
René Bigler
f8c36acaf5 [FEATURE] Create and update splitted tags 2015-01-05 23:13:21 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Lawrence Brown
447647910e loop over directories the "correct" way
see http://php.net/manual/en/function.readdir.php - specifically:

    /* This is the correct way to loop over the directory. */
    while (false !== ($entry = readdir($handle))) {
        echo "$entry\n";
    }

    /* This is the WRONG way to loop over the directory. */
    while ($entry = readdir($handle)) {
        echo "$entry\n";
    }
2015-01-03 16:29:17 +00:00
Afterster
356f396faa Update GetID3 to latest master revision to correct merging of multiple genres for ID3v2 2014-12-28 09:38:52 +01:00
Afterster
964b35a004 Move to jPlayer 2.9.0 2014-11-28 07:34:48 +01:00
Afterster
fd44327198 Move to StreamZip-PHP to avoid temporary zip file or memory overload 2014-11-27 23:46:54 +01:00
Afterster
1c1212625f Add SubSonic API create/delete user, jukebox control and search auto suggestion support 2014-11-25 08:24:13 +01:00
Afterster
35f2818142 Update GetID3 to 1.9.9-20141121 version 2014-11-23 08:53:17 +01:00
Afterster
f974eee450 Fixed #583: Can't create admin user
Update GetID3 to 1.9.9-20141117
2014-11-20 19:41:51 +01:00
Afterster
80cde0c626 Enhance share feature with modal dialog choices
Add Facebook / Twitter / GooglePlus external share plugins
2014-11-15 06:05:41 +01:00
Afterster
f986261c9e Add .htaccess IfModule mod_access.c directives 2014-11-05 05:03:56 +01:00
Afterster
d4fe10bbca Disable playlist import on catalog update by default (fix #533) 2014-10-26 22:59:54 +01:00
Afterster
6f2cf6c5f2 Add Stream Control by Time plugin 2014-10-25 09:05:41 +02:00
Afterster
b98b1a5a95 Add count_type column on object_count table
Add stream control plugins (Hits and Bandwidth)
2014-10-24 07:48:50 +02:00
Afterster
a5bd894531 Fix jquery.cookie inclusion and missing Aurora.js maps (fix #527) 2014-10-23 11:44:56 +02:00
Afterster
494970eb1a Update GetID3 to latest project commit
Fixed #519: Track reorder on 3.7.1-develop does not work
2014-10-19 18:40:55 +02:00
René Bigler
872625d7fd [BUGFIX] Add trailing slash when needed
And also did a little bit of reformatting
2014-10-15 19:43:21 +02:00
René Bigler
cf890e9486 [FEATURE] Remove some empty lines 2014-10-14 22:15:57 +02:00
René Bigler
b4cda96982 [FEATURE] Add incremental add and update 2014-10-14 21:57:58 +02:00
Afterster
2bbed12eb7 Add Aurora.js support in webplayer
Add transcode settings per player
2014-10-12 12:55:31 +02:00
Afterster
5d7c077eab Async load GoogleMaps scripts 2014-10-07 00:08:59 +02:00
Afterster
2b40dfc1cc Add GoogleMap geolocation view on graphs 2014-10-06 23:51:59 +02:00
Afterster
2c221e8216 Add user geolocation and user statistical graphs 2014-10-06 01:05:17 +02:00
Afterster
8c452f6638 Add Missing Artist search on top search 2014-10-04 00:27:40 +02:00
Afterster
9b910a40d1 Duplicate arts on song artist/album changes if required
Hide rating from random albums/videos if user is unauthorized
2014-10-03 07:19:51 +02:00