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

388 commits

Author SHA1 Message Date
wagnered
d0617c4c96 Added return true; for successfuly deleted catalogs. 2015-04-29 00:12:16 -07:00
Afterster
2835e4c330 Add delete from disk setting and delete actions on most library items 2015-04-26 09:55:14 +02:00
Afterster
58e709f466 Add Label search
Create a playlist in private type by default
2015-04-24 23:17:17 +02:00
Afterster
4c67bbdabc Add WebDAV backend 2015-04-19 13:19:47 +02:00
Afterster
ab39cc8409 Fixed #801: Unable to share videos 2015-04-09 21:16:14 +02:00
Afterster
b04208b5c3 Add methods to retrieve library item description and art with fallback to parent data 2015-04-05 10:21:43 +02:00
Afterster
8c439d5b5f Fix SubSonic API getArtists since upnp changes 2015-04-04 01:46:06 +02:00
SeregaPru
7463e75204 UPnP localplay implementation 2015-03-25 23:42:34 +04:00
Afterster
1711cd14ff Fix Soundcloud and Dropbox catalog modules since SSE
Update php-dropbox to latest version (fix SSLv3 issue)
2015-02-14 11:23:52 +01:00
Afterster
c714c1b6f9 Add Catalog::update_video_from_tags stub 2015-02-10 19:40:59 +01:00
Afterster
be383bfca9 Fixed #715: Catalog clean no longer functional 2015-02-05 07:27:18 +01:00
Afterster
aa3029ef7b Fix new Scrutinizer issues since scrutinizer tool update 2015-02-01 21:14:14 +01:00
Afterster
1a1caaaf40 Fix music clip catalog import
Change cookie remember default expiration to 1 week
2015-01-30 23:10:50 +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
René Bigler
16e22cb672 [BUGFIX] Remove debuging route through if statement 2015-01-06 23:09:22 +01:00
René Bigler
3edcbb7a9b [CLEANUP] Remove space in empty line 2015-01-06 21:16:08 +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
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
SUTJael
8f758955d2 Add debug actions to clear cache for artists, albums and songs. 2014-12-10 18:43:29 +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
036f535916 Fix wrong album_artist song update 2014-11-22 20:25:08 +01:00
Afterster
53f12cf2b2 Move album_artist from song to album table 2014-11-15 02:37:37 +01:00
Afterster
2300ce9ad7 Fixed #563: Errors in SQL syntax when verifying catalog 2014-11-11 08:07:22 +01: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
b7a76aa133 Fix latest Scrutinizer issues
Fixed #372: add ellipsis to played song title
2014-10-01 00:03:19 +02:00
Afterster
160c59dea2 Fix Scrutinizer issues 2014-09-30 07:47:21 +02:00
Afterster
437e20a0f0 Add composer to song verify proc (#423 related) 2014-09-07 14:09:40 +02:00
Afterster
5617871b5f Fix #423 #427 #430 and partially #414 2014-09-05 23:46:59 +02:00
Afterster
467e071b73 Add few songs & videos metadata
Add release type on albums
Add methods code comments on few classes
Display release date on all videos
2014-08-02 22:48:41 +02:00
Afterster
9bead0654a Add TVShows and Movie video browse to Plex backend 2014-07-30 01:00:48 +02:00
Afterster
90c1c6fbd1 Add Release Groupo MusicBrainz Identifier on albums
Add TheAudioDB and TheTVDB metadata/art plugins
2014-07-26 18:11:50 +02:00
Afterster
504013ae66 Fix latest Scrutinizer reported errors 2014-07-10 07:25:15 +02:00
Afterster
80cd08ed04 Fix Scrutinizer reported errors 2014-07-09 23:27:14 +02:00
Afterster
0254be9982 Better Video integration in Ampache features 2014-07-08 20:00:33 +02:00
Afterster
7258fdcb63 Add video image preview 2014-07-08 09:05:45 +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
3fc08b17d4 Improve video browsing and metadata parsing
Add TheMovieDB metadata plugin
2014-07-06 00:54:48 +02:00
Afterster
786c234d5f Add tvshows / movies first objects 2014-07-05 10:25:12 +02:00
Afterster
aa54f4952b UPnP browse support 2014-07-01 07:50:57 +02:00
Afterster
9d01f4e8c0 Concat folder.jpg with DIRECTORY_SEPARATOR define 2014-06-30 07:57:14 +02:00
Afterster
646c7d18ea Add DAAP protocol support (fix #272) 2014-06-28 15:52:52 +02:00
Afterster
0c7f9dfe2e Fix scrutinizer issues 2014-06-13 07:33:27 +02:00
Afterster
40e9396f3e First upload and license implementation
Fix #252
2014-06-13 03:36:19 +02:00
Afterster
fee1e70ffa Fix scrutinizer code style 2014-05-26 00:48:43 +02:00
Afterster
cd0b66391e Ignore some unused warnings 2014-05-26 00:02:11 +02:00