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

306 commits

Author SHA1 Message Date
Afterster
0630676eb6 Add browse filter and light sidebar options
Add overload to force library item art display
2016-02-29 22:51:42 +01:00
Afterster
be816474f6 Add option to ignore song duplicate import
Add option to match catalog patterns on file upload
2016-02-27 20:35:03 +01:00
Afterster
57b38eb952 Keep only mbid for first artist
Fix subsonic no scrobbling submission
2016-02-13 11:16:53 +01:00
Afterster
5b975f3e22 Update version to 3.8.2
Update CHANGELOG.md
Fix potential security vulnerability on smartplaylist search rule and catalog management actions (thanks Roman Ammann!)
2016-02-03 21:59:24 +01:00
Afterster
9c83df3723 Ensure year is normalized on accepted rang
Fix some url issue related to asked download file name
2016-01-17 21:18:43 +01:00
Afterster
d83bf5d169 Fix MySQL requests to support ONLY_FULL_GROUP_BY mode 2015-12-29 06:18:32 +01:00
Afterster
54370e0a75 Implements update_video_from_tags (fix #725) 2015-12-28 10:51:16 +01:00
Afterster
baaceca250 Add Podcast feature 2015-12-20 23:19:23 +01:00
Afterster
47faff9523 Remove debugging code on song insertion error
Update song id3 tags after writing
Add variable sanity checks on mpd localplay, scrobbler and search classes
2015-12-18 22:22:17 +01:00
Afterster
9c3637b879 Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
René Bigler
e96b0ff073 [BUGFIX] Fix some metadata errors 2015-11-19 23:27:34 +01:00
René Bigler
69a4a5f1f4 [FEATURE] Enable Composer autoloading for lib 2015-11-19 20:08:48 +01:00
Afterster
f7cd0b43be Merge branch 'feature/customMetadata' of https://github.com/Razrael/ampache into Razrael-feature/customMetadata
Conflicts:
	lib/class/core.class.php
	lib/class/song.class.php
	lib/class/update.class.php
	lib/class/vainfo.class.php
	modules/catalog/local/local.catalog.php
	templates/show_edit_song_row.inc.php
	templates/show_playlist_song_row.inc.php
	templates/show_song.inc.php
2015-11-17 20:48:10 +01:00
Afterster
5124a5ed4c Merge branch 'develop' of https://github.com/Psy-Virus/ampache into Psy-Virus-develop
Conflicts:
	templates/show_album_row.inc.php
	templates/show_artist_row.inc.php
	templates/show_label_row.inc.php
	templates/show_playlist_song_row.inc.php
	templates/show_song_row.inc.php
	templates/show_video_row.inc.php

Apply align_equals and concat_with_spaces on code style
2015-11-07 08:08:59 +01:00
Afterster
ca2028256a Add timeline / friends timeline (= user activities) 2015-11-04 23:59:13 +01:00
René Bigler
04d8ce9c11 [BUGFIX] Fixe some code style issues 2015-10-29 23:09:52 +01:00
René Bigler
5f50341dff Merge branch 'develop' into feature/customMetadata 2015-10-29 20:36:49 +01:00
Afterster
c6d403fe5b Handle BOM empty utf-8 string on song comparison 2015-10-04 23:53:01 +02:00
thinca
99290c0c38 Use "LIMIT" at SQL query
For performance reasons.
2015-10-04 03:28:27 +09:00
René Bigler
cc0db3aadc [FEATURE] Create possibility to disable metadata fields 2015-09-09 23:26:30 +02:00
René Bigler
07d17f6cff [FIX] Fixing some code style issues 2015-09-08 22:10:45 +02:00
René Bigler
d68886bf8d [FEATURE] Add config to disable custom metadata 2015-09-08 22:07:05 +02:00
René Bigler
899e12e9c7 Merge branch 'develop' into feature/customMetadata 2015-09-07 21:24:56 +02:00
Afterster
47a6585c88 Use latest php-cs-fixer version 2015-07-29 21:59:12 +02:00
Afterster
9f51e5e388 Better metadata change log in Song::compare_song_information method 2015-07-08 07:02:26 +02:00
Afterster
8b4abc2960 Fix file change detection if show_played_times setting is enabled 2015-07-05 22:20:18 +02:00
Ludger Sprenker
67d017cddd Map *.opus files to mime-type 'audio/ogg; codecs=opus' 2015-06-18 19:43:26 +02:00
Afterster
11b3689a67 Change player parameter order in stream url 2015-05-30 07:36:52 +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
e5d3c0af42 Fix Subsonic API rating information on Albums and Songs 2015-04-24 23:35:56 +02:00
Afterster
6406b24888 Fix song ext data edition for user on their uploads 2015-04-23 11:58:52 +02:00
Afterster
4c67bbdabc Add WebDAV backend 2015-04-19 13:19:47 +02:00
Afterster
4dfd3ae018 Better user upload error feedback
Avoid message quote error in javascript notification
2015-04-15 23:19:33 +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
86332274dc Don't allow new Tag creation on user uploads for simple users 2015-04-12 22:54:26 +02:00
Afterster
95dfb9e2e1 Fixed #797: Artist bio picture does not load in mobile app 2015-04-07 21:11:43 +02:00
Afterster
267ba19bd6 Add capability to avoid album/artist check on song insertion 2015-04-06 23:03:48 +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
21a3de408c Fix transcode settings for api player type 2015-04-01 19:51:19 +02: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
SUTJael
502bc0cd2c Fix tag editing and footer closing bracket. 2015-01-17 16:19:50 +01:00
René Bigler
af03777cc8 [FEATURE] #280 Add Beets support for additional metadata 2015-01-10 00:22:36 +01:00
René Bigler
78d2acbecb [FEATURE] #280 Write back metadata and add some comments
Untested because write back does apparently not work with flac
2015-01-10 00:22:28 +01:00
René Bigler
46fc6b171b [FEATURE] #280 Add Medatada edit to songs and fix some bugs 2015-01-10 00:22:25 +01:00
René Bigler
22ad091496 [FEATURE] #280 Add insert, update and delete to local catalog 2015-01-10 00:22:16 +01:00
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
22c6ea6b60 Fixed #632: URL file suffix after transcoding 2014-12-27 11:44:35 +01:00
SUTJael
8aacc5cbc1 Use threshold to retrieve listed item count 2014-12-10 18:12:39 +01:00
Afterster
aa83a829a4 Ignore albumartist on song update from tags 2014-11-27 17:09:58 +01:00
Afterster
8289387dac Fix tag write to id3 files 2014-11-27 16:17:56 +01:00