Afterster
dadf3d769b
Display graph abscissa vertically
2014-10-08 23:36:15 +02:00
Afterster
77ab2bcfe8
Fix graph width sanity check
2014-10-08 23:22:39 +02:00
Afterster
5319cdf1d6
Add graphs to library items
...
Remove (temporary?) icon sprite from Reborn theme
2014-10-08 23:12:00 +02:00
Afterster
9ab5f34f2e
Add optional geolocation parameters to Ampache API handshake
2014-10-07 07:36:50 +02:00
Afterster
2b40dfc1cc
Add GoogleMap geolocation view on graphs
2014-10-06 23:51:59 +02:00
Afterster
853da616f2
Add catalog graphs
...
Fixed #494 : Logout on side menu is broken
2014-10-06 21:56:09 +02:00
Afterster
94f63ebcf7
Change graph legend position and default period length
2014-10-06 07:36:21 +02:00
Afterster
3102ab0bab
Fix Scrutinizer issues
2014-10-06 07:26:48 +02:00
Afterster
72272d7b34
Change graphs default length
2014-10-06 01:21:53 +02:00
Afterster
2c221e8216
Add user geolocation and user statistical graphs
2014-10-06 01:05:17 +02:00
Afterster
8c452f6638
Add Missing Artist search on top search
2014-10-04 00:27:40 +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
e92c41c652
Add new display_home plugin category
...
Add RSS View plugin
2014-10-02 23:51:39 +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
a157856675
Add user feedback near mouse cursor when voting to a song (democratic playlist)
2014-10-01 22:17:31 +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
517eab0ad6
Change includes
2014-09-28 20:19:53 +02:00
Afterster
81fdd17ed4
Move MyUnderwood.ttf to FreeMono.ttf
...
Html5 flac stream in webplayer do not use ogg header anymore
2014-09-28 18:05:10 +02:00
Afterster
5b2d982f20
Change header / sidebar / topmenu floating and fixed effects
2014-09-28 10:07:07 +02:00
Afterster
e1493123e9
Add ShoutBox links to artists
2014-09-26 07:54:00 +02:00
Afterster
311118a68e
Set webplayer browser notification timeout to 10sec by default
2014-09-25 08:34:04 +02:00
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
f04233f63e
Remove not ascii character from TXXX id3v2 tags
2014-09-22 21:22:16 +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
John Moore
70542244c3
added the ability to keep existing tag mappings
2014-09-15 18:09:29 -07: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
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
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
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
23486b86a7
Migrate item stats and arts when check() returns a new id ( fix #424 )
2014-09-07 16:16:18 +02:00