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

2027 commits

Author SHA1 Message Date
Afterster
b7fb651c07 Fixed #682: Subsonic API getAlbum returns wrong artists for songs 2015-01-21 23:41:21 +01:00
Afterster
b926b60c76 Return correct Subsonic thumb data 2015-01-19 12:58:17 +01:00
SUTJael
502bc0cd2c Fix tag editing and footer closing bracket. 2015-01-17 16:19:50 +01:00
Afterster
77f9be88ff Fix image search case
Move image size update process to external bin/calculate_art_size.inc script
2015-01-14 07:46:44 +01:00
Afterster
d17d9d2973 Merge branch 'image-dimensions' of https://github.com/tsquare66/ampache into tsquare66-image-dimensions 2015-01-14 07:35:47 +01:00
Afterster
4e6be92bcd Return real cover in case PHP-GD is unavailable for thumbnail in Subsonic API 2015-01-13 22:55:55 +01:00
thinca
21a6d42353 Fix Content-Type of asx 2015-01-12 13:44:57 +09: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
tsquare66
5ca3053bc8 Add dimension info (width & height) in table image
Add width & height search function for albums
2014-12-03 10:06:37 +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
Afterster
b855f67689 Fix wrong variable use in write_id3_for_song 2014-11-23 23:17:34 +01:00