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

82 commits

Author SHA1 Message Date
Afterster
b04208b5c3 Add methods to retrieve library item description and art with fallback to parent data 2015-04-05 10:21:43 +02:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
SUTJael
b59cdc8537 New option to add tags to childs without overwriting (Fix #611) 2014-12-08 20:54:50 +01:00
Afterster
29a062d1e5 Add new action on playlist to remove duplicates (fix #397) 2014-11-13 21:48:12 +01:00
SUTJael
4760bf539e Fix #568 2014-11-13 16:17:41 +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
bb71199e5e Fix #466 2014-09-17 23:18:19 +02:00
Afterster
baae1baae3 Fix #464 2014-09-17 04:47:15 +02:00
Afterster
1de5f66e26 Merge branch 'jcwmoore-TagSplit' into develop
Conflicts:
	lib/class/update.class.php
2014-09-16 07:52:30 +02:00
John Moore
70542244c3 added the ability to keep existing tag mappings 2014-09-15 18:09:29 -07:00
John Moore
82139f010c remove tag splitting and change the tag merge functionality to allow merging to multiple tags 2014-09-14 10:41:59 -07:00
John Moore
038a1024d9 changes suggested by @SUTJael 2014-09-11 19:04:49 -07:00
John Moore
f50b1a2138 fix formatting 2014-09-07 21:06:58 -05:00
John Moore
6443062fd9 remove unused function 2014-09-07 20:26:06 -05:00
John Moore
13736a9bfe added the ability to split tags, inverse of the tag merge functionality 2014-09-07 18:49:35 -05: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
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
f55a0969a5 Add links on tags to show related item types with the same tag (fix #27) 2014-06-15 09:16:32 +02:00
Afterster
97a35d6677 Support multi level tag merge 2014-05-29 23:45:42 +02:00
Afterster
f63768348f Add merge on tags (fix #120)
Set classic theme box size to 95% (fix #221)
2014-05-29 23:03:15 +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
9abed639d8 Add load time in footer and set catalog disable as an option to not increase sql query by default 2014-03-16 10:02:13 +01:00
Afterster
ea815a1ff1 Add responsive elements for tables and fix code style 2014-03-15 10:19:59 +01:00
SUTJael
5f5460708a Tags requests improved. Ability to edit/delete tags depending on user rights. (Fix #135) (Fix #127) 2014-02-18 19:32:16 +01:00
Afterster
6cdb33ae32 Working Broadcast feature 2014-02-09 23:00:50 +01:00
Afterster
e8db93ab3c Add Channel core with Icecast compability 2014-02-03 00:30:04 +01:00
SUTJael
a45a1479ad Avoid cleaning tag 2014-01-29 18:51:27 +01:00
SUTJael
7a337edcad Fix #115, Fix #111, Fix #125 2014-01-29 18:40:20 +01:00
SUTJael
7c2f8b0f26 Actions on rows are now displayed on mouse-hover. Removed all unused parameters. Song/artists/albums title are displayed correctly (truncate has been removed). Add to an existing playlist implementation started. 2014-01-15 20:47:49 +01:00
Afterster
b8e54a15a2 Check for Ampache update at administrator login 2014-01-10 23:22:07 +01:00
SUTJael
6b44c643c8 Ability to edit mbid of artists/albums/songs
Ability to apply tags configuration to childs (albums/songs). This will override all tags from childs.
2014-01-09 17:20:54 +01:00
Afterster
b6a7ba792f Catalog disable filter on stats and search too (fix #33) 2013-12-14 11:24:19 +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
b69b5a44f7 Fix code style 2013-12-12 08:36:11 +01:00
SUTJael
652497b02f Fix artist name edition
Improve tags db requests
2013-12-06 12:20:25 +01:00
SUTJael
a53d308b6c Can now re-order playlist and album songs #53 (new grab icon displayed on sortable list)
Updating only the modified item (not refreshing page anymore) #43
Removed last 'Flag' items found #54
Reborn theme set as default #22
Fix: filters are now working
Fix: Artist edition
2013-12-03 15:50:00 +01:00
Afterster
1745e204cd Fix code style 2013-11-23 01:11:19 +01:00
SUTJael
3134e3ca8e Artist/Album/Song edition working.
Tag are now editable through the same dialog.
2013-11-22 18:58:06 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Afterster
76bca9785a Add paging on Tag::get_tag_objects 2013-11-05 20:40:13 -05:00
Paul Arthur
101f4a047a Cosmetics: s/Itterate/Iterate/ 2013-01-28 21:46:00 -05:00