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

55 commits

Author SHA1 Message Date
Afterster
df6dc76f57 Fix Subsonic API ifModifiedSince parameter in getIndexes function to use seconds 2015-05-03 20:33:01 +02:00
Afterster
58e709f466 Add Label search
Create a playlist in private type by default
2015-04-24 23:17:17 +02:00
Afterster
cb8ab9cb23 Fixed #805: Ampache doesn't return any results when musicFolderId is in the request 2015-04-16 23:19:48 +02:00
Afterster
47fe0cec67 Fix few video & wanted feature check issues
Fix few french translations
2015-04-11 11:37:36 +02:00
Afterster
d2dc7f44fe Fixed #802: Unable to update share object from mobile app 2015-04-11 09:10:53 +02:00
Afterster
21a3de408c Fix transcode settings for api player type 2015-04-01 19:51:19 +02:00
Afterster
a4055221da Fixed #760: Unable to update or delete playlist from mobile app 2015-03-05 22:21:02 +01:00
Afterster
411ad4b06c Use proxy settings on all get Requests 2015-02-05 13:56:12 +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
dac2c22c21 Add Subsonic API getAvatar function 2015-01-27 21:26:26 +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
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
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
4e6be92bcd Return real cover in case PHP-GD is unavailable for thumbnail in Subsonic API 2015-01-13 22:55:55 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
4fd3a636be Remove scrobbling from stream and add Scrobble method support in SubSonic API 2014-12-12 23:36:01 +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
160c59dea2 Fix Scrutinizer issues 2014-09-30 07:47:21 +02:00
Afterster
e21d7a4660 Fixed #479: Subsonic API getAlbumList2 does not support byGenre and byYear 2014-09-25 00:11:13 +02:00
Afterster
0596412b4d Add SubSonic API maxBitRate parameter support (fix #399) 2014-08-29 22:28:22 +02:00
Afterster
993e5f9fa8 Add hls stream
Improve Plex video stream & transcode
2014-08-04 01:33:44 +02:00
Afterster
daa8b3133b Add video subtitle support
Add local_web_path setting (fix #324)
2014-07-16 22:41:19 +02:00
Afterster
b5f92aa25c Edit library items in a more generic way
Use real large image on Google gather arts
2014-07-08 00:51:52 +02:00
Afterster
4454696f29 Use arts in a more generic way
Add library_item interface
2014-07-07 01:40:14 +02:00
Afterster
d842ebbb00 Add art on Videos
Add videos support to Subsonic and UPnP APIs
Update Tmdb module
2014-07-06 20:46:46 +02:00
Afterster
106d769eb2 Add Smart Playlists to Subsonic API playlists (fix #194) 2014-06-15 17:55:44 +02:00
Afterster
50b95d18da Fix SubSonic API errors when catalog = -1 and when Ampache library contains an artist without any label 2014-06-14 13:33:04 +02:00
Afterster
b4e932c741 Fix 'Ampache User' on broadcasts (fix #244) and broadcast initial song position (fix #243)
Add access-control header and remove JSON xmlns attribute on Subsonic API
2014-06-10 06:20:56 +02:00
Afterster
cd0b66391e Ignore some unused warnings 2014-05-26 00:02:11 +02:00
Afterster
b16958f44e Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Afterster
78725fd015 Fix codestyle 2014-04-12 10:16:09 +02:00
Afterster
469c8759f2 Fix Subsonic stream when transcoding 2014-04-10 22:17:35 +02:00
Afterster
552859a47a Fix build and add alphabeticalByArtist view 2014-03-19 07:57:59 +01:00
Brandon Moller
a94ffbcfa3 Moved DB logic to catalog class 2014-03-18 20:58:37 -06:00
Brandon Moller
1debf34029 Initial commit of the 'alphabetical' by name type for the
'getAlbumList' Subsonic API method. Offsets are not yet applied
to do anything useful, but the number of albums returned will
match the client request's parameter.
2014-03-18 15:19:05 -06:00
Afterster
253503ad21 Check xbmc controller instance 2014-01-22 22:40:07 +01:00
Afterster
8d7ce473d0 Add share feature 2014-01-15 23:55:19 +01:00
Afterster
b7b4fb99e2 Add Subsonic XML output break lines 2014-01-12 23:58:03 +01:00
Afterster
c3b3a8021e Add 'fake' directory to Subsonic streaming url when cUrl unavailable 2014-01-11 19:47:18 +01:00
Afterster
89b12c8f0a Fix Subsonic stream headers 2014-01-11 19:06:28 +01:00
Afterster
c12d13bdf9 Add subsonic getUser and getUsers functions 2014-01-11 17:13:14 +01:00
Afterster
167062f8dc Fix Subsonic with Jamstash client 2014-01-11 16:01:15 +01:00
Afterster
5eceaf2aea Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
Afterster
f50d8a93a5 Add optional client name when playing 2013-12-07 09:41:20 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Afterster
846d4dc37f Catalog type are now plugins!
Fix support HTTPS and musicbrainz ids sur AmpacheAPI
2013-11-16 16:48:28 +01:00
Afterster
2778854707 Ignore Subsonic client version 2013-11-10 12:07:42 +01:00