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

3977 commits

Author SHA1 Message Date
Afterster
e21d7a4660 Fixed #479: Subsonic API getAlbumList2 does not support byGenre and byYear 2014-09-25 00:11:13 +02:00
Afterster
3fa3cea360 Add webplayer browser notification settings 2014-09-24 22:12:52 +02:00
Afterster
ec375b1c52 Fix NavigateTo on non-ajax browsing 2014-09-24 01:23:53 +02:00
Afterster
14594b4993 Add album group order setting (fix #401) 2014-09-24 00:18:52 +02:00
Afterster
4b9e6adeeb Display video webplayer outside footer 2014-09-23 22:37:35 +02:00
Afterster
8a68833c13 Don't merge album without mbid with same album name with mbid 2014-09-22 22:55:45 +02:00
Afterster
ee692d1eb2 Merge pull request #472 from victorhaggqvist/patch-1
add curl to requirements as optional
2014-09-22 22:17:12 +02:00
Afterster
f04233f63e Remove not ascii character from TXXX id3v2 tags 2014-09-22 21:22:16 +02:00
Victor Häggqvist
f5b26bb197 add curl to requirements as optional
Since I notices the installer checks for `curl` it might as well be listed as an optional requirement.
2014-09-21 20:26:55 +02:00
Afterster
0686419359 Add ip address on Ampache login failure log (fix #470) 2014-09-21 19:37:22 +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
Afterster
18b6fceb65 Change update revision 2014-09-16 07:50:29 +02:00
Afterster
a1f5b974c0 Merge branch 'TagSplit' of https://github.com/jcwmoore/ampache into jcwmoore-TagSplit 2014-09-16 07:45:59 +02:00
John Moore
70542244c3 added the ability to keep existing tag mappings 2014-09-15 18:09:29 -07:00
Afterster
71182c6ea4 Restore 'Update from tags' link on albums 2014-09-15 22:37:00 +02:00
Afterster
d90a97108a Merge pull request #460 from SeregaPru/develop
UPNP fixes and optimization
2014-09-15 21:12:42 +02:00
Afterster
66dd1ff782 Image art on artists edition and index display preferences 2014-09-15 07:37:17 +02:00
SeregaPru
1569f8019d UPNP fixes and optimization
1) optimization: _xxxChilds: slice whole items array BEFORE converting to output objects
2) fix with special chars in items title.
Some players stops after receiving some special chars.
Don't know which exactly char is wrong, replace all special chars to '-'
2014-09-14 21:46:42 +04: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
Afterster
2234c3a7b9 Fix artist past events list
Allow artist description edit
Display place and year formed
2014-09-14 09:35:02 +02:00
Afterster
a5cd83d6cd Fixed #447: Reseting art stops the player 2014-09-13 22:54:34 +02:00
Afterster
ef82b6efdc Add TortoiseGit config file 2014-09-13 19:27:07 +02:00
SUTJael
1684b0535b New parameter to hide directplay/playlist if number of items is above the limit. 2014-09-13 15:15:30 +02:00
Afterster
c5365fd2b3 Fix SmartPlaylist edit (fix #452) 2014-09-13 13:14:27 +02:00
Afterster
e6ec832ba1 Add show_tag_row.inc.php file (fix #456) 2014-09-13 12:45:08 +02:00
Afterster
3b0c0d8e41 Merge branch 'SeregaPru-develop' into develop 2014-09-13 11:28:42 +02:00
Afterster
1ee96b097b Merge branch 'develop' of https://github.com/SeregaPru/ampache into SeregaPru-develop 2014-09-13 11:11:15 +02:00
Afterster
4aeb7f121c Fix track number in quicktime/m4a files 2014-09-13 10:54:42 +02:00
SeregaPru
e75a38a007 1) bug fix: in createDIDL sometimes comes single item, not array. But array is expected. And method crashes.
Fix: detect if single item is come and convert it to array

2) fix bug with "<?xml..." parse error when php option - short tags - is set

3) upnp broadcast sending page
added button for automatically periodical page refresh for sending broadcast packets without cron, for development purposes

4) Plugins class optimization, method get_plugins
make static cache for optimization when multiple call
2014-09-12 14:59:18 +04:00
John Moore
038a1024d9 changes suggested by @SUTJael 2014-09-11 19:04:49 -07:00
Afterster
fd1d06d055 Merge pull request #450 from Psy-Virus/develop
Fixed Clickable Option Names
2014-09-11 13:40:14 +02:00
Afterster
03956c754c Merge pull request #439 from arnaudbey/french-transl
French translation
2014-09-11 13:34:39 +02:00
Afterster
b93c614bac Merge pull request #448 from axelsimon/patch-1
ampache.cfg.php.dist: better explanation of the "cryptographic secret" setting
2014-09-11 13:34:01 +02:00
Psy-Virus
1af46b9161 Fixed Clickable Option Names
in Show ACL and Ampache Debug
2014-09-11 13:03:00 +02:00
Axel Simon
f228e636cf ampache.cfg.php.dist: better explanation of the "cryptographic secret" setting
Following Afterster's info on IRC, update the Cryptographic Secret / secret_key section to explain what it does a bit more.
2014-09-11 12:20:54 +02:00
arnaudbey
ba97f6c85a minor fixes in french translation 2014-09-09 01:53:51 +02:00
arnaudbey
bf95318acb login translation 2014-09-09 01:46:11 +02:00
Afterster
d622ee8d9b Merge branch 'TagSplit' of https://github.com/jcwmoore/ampache into jcwmoore-TagSplit 2014-09-08 22:36:36 +02:00
Afterster
762bcb0d07 Merge pull request #437 from stebe/develop
Update ampache.cfg.php.dist
2014-09-08 22:35:34 +02:00
stebe
3fac34e2df Update ampache.cfg.php.dist
Fixed typo
2014-09-08 07:20:08 -04:00
Afterster
8162a13c45 Merge pull request #433 from arnaudbey/update-fr-transl
update French translation
2014-09-08 07:41:18 +02: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
a87a343ca0 Always update autoupdate last check time (fix #429) 2014-09-07 17:29:13 +02:00
Afterster
d7be9f9d4e Check OAuthException declaration 2014-09-07 17:19:05 +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
bad5557a5a Update changelog 2014-09-07 15:27:46 +02:00