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

2015 commits

Author SHA1 Message Date
Afterster
caf1ead9ec Fix video sort 2015-02-12 23:09:02 +01:00
Afterster
c714c1b6f9 Add Catalog::update_video_from_tags stub 2015-02-10 19:40:59 +01:00
Afterster
08459299cc Fix Wanted accept cache on insertion 2015-02-09 22:35:50 +01:00
Afterster
f587dfe6c5 Avoid amazon plug-in activation mistake 2015-02-08 20:37:13 +01:00
Afterster
d22e638dbc Add repeat automatically when playing democratic on localplay (fix #233)
Fix ampache.sql ACL insertion
Set API Key QRCode size to 128x128 px
2015-02-05 23:20:39 +01:00
Afterster
32bb52f9ff Implements Democratic::get_voters function (fix #694) 2015-02-05 22:13:04 +01:00
Afterster
b845d86e3e Fix Plex API Travis build 2015-02-05 14:03:09 +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
a7377e562e Remove space from quicktime files release date
Add isset check on album/artist update
2015-02-03 23:31:50 +01:00
Afterster
5f588d0a02 Fixed #710: Cleared text in an episode row edit dialog isn't saved to database. 2015-02-03 22:42:41 +01:00
Afterster
2da8ef0d02 Merge pull request #707 from nicklan/fix_http_status_code
Set http status code from the curl request
2015-02-03 08:02:24 +01:00
Nick Lanham
6c01c9aa2e Set http status code from the curl request
Need to pass through the http status code from the underlying request in order to properly answer with a 206 when skipping bytes.
Set when we see the HTTP/... status line header.
2015-02-03 06:53:48 +00:00
Afterster
c763103bee Add Server-Sent Events on catalog actions 2015-02-02 22:45:57 +01:00
Afterster
a9d74c58ad Set image thumb size in playlist item directly 2015-02-02 07:44:00 +01:00
Afterster
def9bc9371 Fixed #706: Album art is not resized in the web player 'poster' box 2015-02-02 06:50:36 +01:00
Afterster
f858882236 Add API/RPC ACL by default
Set web_player as default playback
2015-02-01 22:04:25 +01:00
Afterster
aa3029ef7b Fix new Scrutinizer issues since scrutinizer tool update 2015-02-01 21:14:14 +01:00
Afterster
b4d1e53e01 Fix Scrutinizer major issues 2015-02-01 20:09:51 +01:00
Afterster
7609e6f5a1 Merge pull request #699 from wagnered/develop
Added "case 'tv_episode':" to "function _cleanup_quicktime($tags)".
2015-01-31 23:14:52 +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
wagnered
e644041304 Added switches in _cleanup_quicktime to clean tvshow, tvshow_season from mp4 files. 2015-01-30 21:04:26 -08:00
Afterster
1a1caaaf40 Fix music clip catalog import
Change cookie remember default expiration to 1 week
2015-01-30 23:10:50 +01:00
wagnered
ae10373753 Added "case 'tv_episode':" to "function _cleanup_quicktime($tags)". 2015-01-29 11:27:39 -08:00
wagnered
19303bc9c0 Modified get_image_preview to include a check that'transcode_input' is defined and added it to the command. 2015-01-28 19:32:11 -08:00
Afterster
242f7b830a Fix login form when loading in dynamic page 2015-01-28 07:15:31 +01:00
Afterster
a03f5ff0f8 Fix Subsonic API similar artist id 2015-01-28 05:46:19 +01:00
Afterster
fd8525461e Fix Subsonic API missing artist id value (must be set to -1 to work with DSub) 2015-01-28 05:43:00 +01:00
Afterster
dac2c22c21 Add Subsonic API getAvatar function 2015-01-27 21:26:26 +01:00
Afterster
5da3ec3ba2 Add unsynced lyrics (with space) tag 2015-01-27 08:33:14 +01:00
Afterster
6d45694f22 Fix unsyncedlyrics flac tag support 2015-01-26 07:17:20 +01:00
Afterster
36175c3e88 Fixed #689: Count disappears when viewing album with multiple pages 2015-01-25 10:49:44 +01:00
Afterster
8c23a74742 Add Subsonic API 1.11.0 functions (similar artists / songs) 2015-01-24 11:53:20 +01:00
Afterster
24a8f46202 Add Subsonic API getLyrics function 2015-01-23 23:20:36 +01:00
Afterster
cd55dda99d Fix disk number and album artist metadata read from quicktime files (fix #684 and fix #685) 2015-01-23 06:45:38 +01:00
Afterster
4f204d2d73 Add checks on album art remove from file
Fix break line in lyrics from file tags (end fix #414)
2015-01-22 22:06:55 +01:00
Afterster
446ad9ec28 Fix Ampache API playlist_add_song 2015-01-22 20:44:54 +01:00
Afterster
6df66768ab Add ability to store images on disk (fix #131)
Add new settings to define art min and max width/height (fix #584)
2015-01-22 03:42:05 +01:00
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