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

110 commits

Author SHA1 Message Date
Afterster
36eb36d455 Don't require valid session on image if use_auth or require_session settings are disabled 2015-05-13 07:18:41 +02:00
Afterster
2835e4c330 Add delete from disk setting and delete actions on most library items 2015-04-26 09:55:14 +02:00
Afterster
142105a6c7 Allow users to edit songs metadata and album art on their uploads 2015-04-15 07:35:23 +02:00
Afterster
95dfb9e2e1 Fixed #797: Artist bio picture does not load in mobile app 2015-04-07 21:11:43 +02:00
Afterster
496932f779 Add Art::insert_from_file method 2015-04-06 21:33:29 +02:00
Afterster
ec519a47cb Fix album art gathering option (fix #766) 2015-04-03 13:49:59 +02:00
SeregaPru
5d09e7dcad Fix: special chars in songs names and tags correct support 2015-03-21 01:37:42 +04:00
Afterster
cd8334b67f Add image thumb on search preview 2015-02-23 21:51:03 +01:00
Afterster
f587dfe6c5 Avoid amazon plug-in activation mistake 2015-02-08 20:37:13 +01:00
Afterster
411ad4b06c Use proxy settings on all get Requests 2015-02-05 13:56:12 +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
aa3029ef7b Fix new Scrutinizer issues since scrutinizer tool update 2015-02-01 21:14:14 +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
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
d17d9d2973 Merge branch 'image-dimensions' of https://github.com/tsquare66/ampache into tsquare66-image-dimensions 2015-01-14 07:35:47 +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
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
0a6a6bad7b Fix missing album list when current albums have only release mbid without release group mbid 2014-11-12 22:59:17 +01:00
Afterster
173d5e9d76 Requires user catalog right to edit arts
Avoid additional sql requests on searches
2014-10-15 22:37:06 +02: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
bef75fd05a Add Favorite and Rating to playlists
Improve Guest user view when use_auth=false
2014-10-02 21:23:07 +02:00
Afterster
160c59dea2 Fix Scrutinizer issues 2014-09-30 07:47:21 +02:00
Afterster
66dd1ff782 Image art on artists edition and index display preferences 2014-09-15 07:37:17 +02:00
Afterster
a5cd83d6cd Fixed #447: Reseting art stops the player 2014-09-13 22:54:34 +02:00
Afterster
23486b86a7 Migrate item stats and arts when check() returns a new id (fix #424) 2014-09-07 16:16:18 +02:00
Afterster
034a6341fb Add Plex edition on missing library items 2014-08-05 02:10:23 +02:00
Afterster
4139baac86 Fix album group directplay 2014-08-02 23:53:23 +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
58e8150d70 Add gather_art from files for video files (thanks wagnered) 2014-07-30 23:53:51 +02:00
Afterster
e47a7de51c Gather folder art for albums only (fix #339) 2014-07-30 23:18:15 +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
64ab470707 Fix gather art back url 2014-07-22 03:16:43 +02:00
Afterster
86b809fbf2 Fix $test variable name 2014-07-18 14:15:23 +02:00
Afterster
e9c2f2eab9 Free image resources explicitly 2014-07-18 07:47:45 +02:00
Afterster
1581122dac Add setting to write id3 metadata to files on changes 2014-07-18 00:50:51 +02:00
Afterster
e52146109a Add check for large files manipulation 2014-07-16 23:57:01 +02:00
Afterster
daa8b3133b Add video subtitle support
Add local_web_path setting (fix #324)
2014-07-16 22:41:19 +02:00
Afterster
23c846e4d1 Try/catch LastFM exception 2014-07-11 22:32:26 +02:00
Afterster
80cd08ed04 Fix Scrutinizer reported errors 2014-07-09 23:27:14 +02:00
Afterster
afa536c6be Fix code style 2014-07-08 20:24:51 +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
baf244c97c Add beautiful url support on album arts (to fix UPnP album arts) 2014-07-02 07:29:02 +02:00
Afterster
239b494e6a Fix image requested name when unknown extension 2014-06-01 09:57:20 +02:00