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

1878 commits

Author SHA1 Message Date
René Bigler
78d2acbecb [FEATURE] #280 Write back metadata and add some comments
Untested because write back does apparently not work with flac
2015-01-10 00:22:28 +01:00
René Bigler
8a8907ba23 [FEATURE] #280 Add Metadata to Song search 2015-01-10 00:22:26 +01:00
René Bigler
46fc6b171b [FEATURE] #280 Add Medatada edit to songs and fix some bugs 2015-01-10 00:22:25 +01:00
René Bigler
f660f88975 [FEATURE] #280 Update Database with update script 2015-01-10 00:22:24 +01:00
René Bigler
22ad091496 [FEATURE] #280 Add insert, update and delete to local catalog 2015-01-10 00:22:16 +01:00
René Bigler
badd651e7c [FEATURE] #280 Add all tags to vainfo 2015-01-10 00:22:14 +01:00
René Bigler
08965bf7fc [FEATURE] #280 Add core libraries 2015-01-10 00:22:13 +01:00
René Bigler
b312a3f486 [FEATURE] #280 Add fetch_object to DBA class 2015-01-10 00:22:10 +01:00
René Bigler
d644f641a4 [FEATURE] #280 Rework autoloader with global namespace support 2015-01-10 00:22:01 +01:00
Afterster
169b719749 Coorect preg_split return check on genre parsing 2015-01-08 23:55:15 +01:00
Afterster
6902452a39 Remove tag delimiter regex post check 2015-01-08 22:58:57 +01:00
René Bigler
d2718887f1 [FEATURE] Change name and description 2015-01-07 23:03:33 +01:00
René Bigler
7d93f7c851 [CLEANUP] Syntax cleanup 2015-01-07 22:51:32 +01:00
René Bigler
99d66eb620 [FEATURE] improve genre tag splitting 2015-01-07 22:42:59 +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
René Bigler
16e22cb672 [BUGFIX] Remove debuging route through if statement 2015-01-06 23:09:22 +01:00
Afterster
9e03f6242d Add additional genre delimiters
Update config version to 22
2015-01-06 23:02:32 +01:00
René Bigler
3edcbb7a9b [CLEANUP] Remove space in empty line 2015-01-06 21:16:08 +01:00
René Bigler
a1f0b5e62e revert vainfo 2015-01-06 20:41:48 +01:00
René Bigler
125d203d95 [FIX] fix code style 2015-01-06 20:32:27 +01:00
René Bigler
3e05c0c9ac [FEATURE] Add album and artist tag update 2015-01-06 20:31:36 +01:00
lotan
be531ed93f Added support for additional ID3v2 genre delimiters. 2015-01-06 14:20:51 +01: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
0ee3d5d090 Fix paging on stats since sort was disabled on these pages 2015-01-03 10:38:23 +01:00
Afterster
85e39f7c8e Add Play Next on Albums / Artists / Playlists 2015-01-02 20:55:49 +01:00
Afterster
64a2fae72a Merge branch 'play_next' of https://github.com/tan-ce/ampache into tan-ce-play_next 2015-01-02 20:35:53 +01:00
Afterster
cbcc372cb9 Fix wrong download limit control hit calculation (fix #491) 2015-01-02 20:27:14 +01:00
Tan Chee Eng
7c5ec76f51 First draft for "Play Next" feature 2014-12-31 11:06:51 +08:00
Afterster
cb9062c004 Fix indent following some commit patches from #615 pull request 2014-12-30 08:27:03 +01:00
Alan McNeil
0d49c87501 For plex, lower timeout on localhost to localhost curl and report error in debug. With local_web_path not set, a silent error happened after a long timeout. 2014-12-30 08:24:21 +01:00
lotan
67f592df2b Omit multiple genre processing as it doesn't work in all cases.
Signed-off-by: lotan <lotan@gmx.de>
2014-12-28 11:18:56 +01:00
Afterster
22c6ea6b60 Fixed #632: URL file suffix after transcoding 2014-12-27 11:44:35 +01:00
Afterster
e237e1e706 Add an action to clean expired shared objects (fix #618) 2014-12-27 11:19:42 +01:00
Afterster
64ff0019ee Temporary workaround to disable sorting on stats related pages (favorites, popular, newest, recent, top rated, wanted list) 2014-12-26 10:52:19 +01:00
lotan
e0cf832523 Parse ID3v2 genres translating IDs into names. 2014-12-14 16:13:45 +01:00
Afterster
4fd3a636be Remove scrobbling from stream and add Scrobble method support in SubSonic API 2014-12-12 23:36:01 +01:00
SUTJael
e988741988 Enable threshold for serialization when using pagination 2014-12-10 19:48:25 +01:00
SUTJael
8f758955d2 Add debug actions to clear cache for artists, albums and songs. 2014-12-10 18:43:29 +01:00
SUTJael
8aacc5cbc1 Use threshold to retrieve listed item count 2014-12-10 18:12:39 +01:00
SUTJael
72d67daf46 Fix popular count query. 2014-12-10 17:13:42 +01:00
SUTJael
b59cdc8537 New option to add tags to childs without overwriting (Fix #611) 2014-12-08 20:54:50 +01:00
Afterster
9c62aa000b Add type="ampache" to Subsonic API XML response (see #601) 2014-12-04 23:27:26 +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
f3dcb7090f Fix filename parser on Windows 2014-11-27 17:52:02 +01:00
Afterster
aa83a829a4 Ignore albumartist on song update from tags 2014-11-27 17:09:58 +01:00
Afterster
8289387dac Fix tag write to id3 files 2014-11-27 16:17:56 +01:00
Afterster
77dd74918c Analyze song file APE region for replaygain information 2014-11-26 07:36:33 +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