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

627 commits

Author SHA1 Message Date
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
Afterster
e92c41c652 Add new display_home plugin category
Add RSS View plugin
2014-10-02 23:51:39 +02:00
Afterster
1273197c78 Clean modules dependencies architecture 2014-09-28 18:28:28 +02:00
Afterster
81fdd17ed4 Move MyUnderwood.ttf to FreeMono.ttf
Html5 flac stream in webplayer do not use ogg header anymore
2014-09-28 18:05:10 +02:00
Afterster
3fa3cea360 Add webplayer browser notification settings 2014-09-24 22:12:52 +02:00
Afterster
d7be9f9d4e Check OAuthException declaration 2014-09-07 17:19:05 +02:00
Afterster
7cb922398e Remove twitter 'Now Playing' remaining code 2014-09-05 13:14:23 +02:00
Afterster
44d97d4b74 Real 'remember me' feature
Change song_preview to plugins
Fix 7digital preview (2 legged oauth authentication)
2014-08-31 22:40:50 +02:00
Afterster
33873dcaa9 Add lc_charset support on local catalog clean (fix #377) 2014-08-30 19:06:37 +02:00
Afterster
8b1c577633 Change '/usr/bin/beet' command line to 'beet' 2014-08-30 10:54:42 +02:00
Afterster
34086909f6 Merge branch 'feature/beetsInterface' of https://github.com/Razrael/ampache into Razrael-feature/beetsInterface 2014-08-30 10:44:53 +02:00
SUTJael
ebcb42faf0 Merge pull request #407 from Psy-Virus/develop
GOOGLE TRANSLATOR French translation +
2014-08-29 12:47:48 +02:00
Afterster
ccceeacbcb Add TheAudioDB Ampache default API key 2014-08-28 12:42:44 +02:00
Psy-Virus
b519dbb6c5 GOOGLE TRANSLATOR French translation +
Some English sentences updated + code-style fix of update.class.php. Pls
rewiew the changed php and php.inc
files for eventual problems. First of all 'lib/class/update.class.php'
Because of database actions 😄

And updated all lang catalogues and bins

French lang names are not translated. My thought is that translating the
langnames from English to French would result in big confusion.

If @arnaudbey or anyone else could write in #391 what translations are
wrong and write the corrected form under it, I will do the rest if it is
simpler for anyone.
2014-08-27 21:18:15 +02:00
René Bigler
08ea870466 Change code according to coding guidelines (with php-cs-fixer.phar) 2014-08-17 16:36:45 +02:00
René Bigler
b23033bd19 [BUGFIX] Add filesize to local catalog files
Add the filesizes because without them, ampache will not stream the files.
2014-08-17 15:45:04 +02:00
René Bigler
b9861373eb [BUGFIX] Remove slash between filename and virtual file extension 2014-08-17 15:10:18 +02:00
René Bigler
cf79febc75 [FEATURE] Rearrange code to avoid code duplication and fixes some small bugs
Also adds lot of PHPDoc.
2014-08-17 14:26:13 +02:00
René Bigler
bd356fa592 [BUGFIX] Improve display in UI 2014-08-17 12:04:30 +02:00
René Bigler
cc5df90328 [FEATURE] Rework Beets remote interface 2014-08-17 01:50:58 +02:00
René Bigler
9a38290aae [FEATURE] Add License header 2014-08-17 01:50:50 +02:00
René Bigler
2a295c5614 [FEATURE] Change wrong comment, make some cleanup 2014-08-17 01:50:34 +02:00
René Bigler
2bb9da12fc [FEATURE] Add support for synchronisation with local Beets Catalog
Rewrite of the hole interface to Beets because I am not happy with the code.
2014-08-17 01:50:33 +02:00
René Bigler
ee968ea4cd [FEATURE] Begin to split up in local and remote catalog 2014-08-17 01:50:24 +02:00