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

4372 commits

Author SHA1 Message Date
Afterster
c6d403fe5b Handle BOM empty utf-8 string on song comparison 2015-10-04 23:53:01 +02:00
Afterster
cfb8599d0e Merge pull request #983 from thinca/improve-performance-around-sql-query
Improve performance around SQL query
2015-10-04 11:23:25 +02:00
thinca
99290c0c38 Use "LIMIT" at SQL query
For performance reasons.
2015-10-04 03:28:27 +09:00
thinca
1eb846f8d1 Calculate sum of size at SQL query
For performance reasons.
This returns single record.  This is fast.
2015-10-04 03:21:01 +09:00
Afterster
896b52ed2b Merge branch 'Psy-Virus-develop' into develop 2015-10-03 09:23:01 +02:00
Afterster
bbd32d7a17 Keep %SAMPLE% variable for compatibility reason 2015-10-03 09:22:29 +02:00
Afterster
4695dce70a Merge branch 'develop' of https://github.com/Psy-Virus/ampache into Psy-Virus-develop 2015-10-03 09:18:23 +02:00
Afterster
23c16e5045 Fix tag deletion sql error (fix #981) 2015-10-02 21:50:19 +02:00
Afterster
36ecbea1fa Fix default htaccess config to allow advanced search requests (fix #980) 2015-10-02 21:39:00 +02:00
Afterster
28c2e9a7fe Add note about recommended installation path for Composer 2015-10-02 20:52:41 +02:00
Afterster
c86327176e Merge pull request #978 from Psy-Virus/changed-filetype
Changed filetype of blankalbum.jpg -> png + others
2015-10-01 22:32:13 +02:00
Manuel
8aac2a9156 Changed filetype of blankalbum.jpg -> png +
/image.php
+ changed `$mime` and `$defaultimage` to fit png file
type

other
+ deleted old blankalbum.jpg/gif and added the png
replacement in
`/images/` and `/themes/reborn/images/`
2015-09-29 19:20:15 +02:00
Afterster
620ca4056f Fix temporary playlist initial position when scrolling (fix #901) 2015-09-27 10:15:55 +02:00
Afterster
f627d3ee3a Add radio stations to UPnP backend (fix #958) 2015-09-26 20:15:06 +02:00
Manuel
50c1ecc037 Various fixes based on transcode bit rate handling
config/ampache.cfg.php.dist
+ updated version because the changes depend on database and base code
changes
+ renamed variable `%SAMPLE%` -> `%BITRATE%`

lib/class/stream.class.php
+ changed `AmpConfig::get('sample_rate');` ->
`AmpConfig::get('transcode_bitrate');` due to db changes
+ renamed variable `%SAMPLE%` -> `%BITRATE`
+ renamed variable `$sample_rate` -> `$bit_rate`
+ renamed variable `$user_sample_rate` -> `$user_bit_rate`

lib/class/update.class.php
+ New update function to change preference name `sample_rate` ->
`transcode_bitrate`

lib/init.php
+ changed config file version for config autoupdate

lib/preference.php
+ changed case `sample_rate` -> `transcode_bitrate` due to db changes
2015-09-26 17:38:13 +02:00
Afterster
9be50b8e28 Fix jQuery UI Dialog removed deprecated position setter
Fix indent
2015-09-24 21:35:35 +02:00
Afterster
2cea7846ea Merge pull request #971 from hypfvieh/subsonic-patch2
Subsonic API Impl: Deliver album art if the song does not have a custom picture
2015-09-24 13:17:55 +02:00
Maniac
d7e7500fce fixed indention of comment 2015-09-24 12:14:58 +02:00
Maniac
a0c38ad9d9 Deliver album art if the song does not have a custom picture 2015-09-24 11:00:37 +02:00
Afterster
a5cd95bb56 Merge branch 'nicklan-xml_advanced_search' into develop 2015-09-23 22:43:49 +02:00
Afterster
4e1dffaf7b Update advanced_search API function to support artists and albums requests 2015-09-23 22:42:40 +02:00
Afterster
89d6e8aa6c Merge branch 'xml_advanced_search' of https://github.com/nicklan/ampache into nicklan-xml_advanced_search 2015-09-23 22:30:48 +02:00
Afterster
a10bd009db Merge pull request #967 from hypfvieh/subsonic-patch
Subsonic API: search2 ignores song/artist/albumCount = 0
2015-09-23 20:31:10 +02:00
Maniac
57e529e7de Fixed indenting (again -.-) 2015-09-23 10:54:29 +02:00
Maniac
68204bc413 Fixed issue that song/album/artistCount parameters were ignored if they were 0 2015-09-23 10:51:52 +02:00
Afterster
e85e21ce92 Fix statistics Graph broken since Composer move (fix #966) 2015-09-23 07:06:10 +02:00
Afterster
1446bd22c6 Create UPnP UUID from host
Avoid plugin debug message for current and parent directory test
2015-09-22 22:02:29 +02:00
Afterster
b336d1ab7e Merge branch 'nioc-develop' into develop
Conflicts:
	modules/plugins/Lastfm/Lastfm.plugin.php
	modules/plugins/Librefm/Librefm.plugin.php
2015-09-22 20:21:50 +02:00
Afterster
db131af442 Create a folder per plugin
Always detect Composer system dependencies to not break installation because of optional modules
2015-09-19 23:40:58 +02:00
Afterster
24918b6cd0 Merge branch 'develop' of https://github.com/nioc/ampache into nioc-develop 2015-09-19 17:34:11 +02:00
Afterster
de0a71cee4 Merge pull request #959 from Psy-Virus/develop
Translation base catalog updated + others
2015-09-17 23:54:51 +02:00
Afterster
2f00d06a98 Fix installation header css
Use --prefer-source --no-interaction on composer install
Update MusicBrainz, Tmdb and SabreDAV dependencies
2015-09-17 23:50:41 +02:00
Manuel
e5fe4d046a Translation base catalog updated + others
+ Translation base catalog updated
+ `translation-words.txt` renamed to
`translatable-database-strings.txt`. It makes more sense and everyone
nows where the strings within come from.
+ `gather-messages.sh` updated variables and switches + new header text
for `translatable-database-strings.txt`
2015-09-17 23:09:02 +02:00
Afterster
f8a2e62dbf Merge pull request #951 from Psy-Virus/patch-5
Some small changes in Translations.md
2015-09-17 00:00:38 +02:00
Afterster
8d327d1b74 Fix Wanted deletion 2015-09-16 23:44:14 +02:00
Afterster
f2e69a198f Fix Wanted feature with latest MusicBrainz library release 2015-09-16 22:55:02 +02:00
Afterster
5094e2e1a1 Fix MusicBrainz Request http adapter use 2015-09-16 22:12:02 +02:00
Afterster
bb0f9d5916 Update getid3, noty and phpmailer dependencies to latest release 2015-09-14 23:13:15 +02:00
Afterster
299cc0aa9e Fix tag map on library items 2015-09-14 22:54:00 +02:00
Afterster
16d80f8435 Use Composer for dependencies 2015-09-13 23:30:20 +02:00
Manuel
f7c774d256 Some small changes
:-)
2015-09-13 17:43:28 +02:00
Afterster
fa8084d312 Update SQL default script with latest sql updates 2015-09-11 23:09:49 +02:00
Afterster
b939e5ee27 Rename TRANSLATIONS to TRANSLATIONS.md 2015-09-11 22:29:55 +02:00
Afterster
7fa6e5c31a Fix catalog actions without Ajax (fix #947) 2015-09-11 22:14:02 +02:00
Afterster
a70d83dd85 Merge pull request #950 from Combustible/develop
Make unrated songs appear as 0 rating
2015-09-11 07:57:00 +02:00
Byron Marohn
486b9b0473 Fix capitalization of SQL call to match existing style
Signed-off-by: Byron Marohn <combustible@live.com>
2015-09-10 09:36:14 -07:00
Byron Marohn
f466e83c9b Make unrated songs appear as 0 rating
This makes it possible to search for rating < 1 to build a smart
playlist of unrated songs. Fixes #819.

Signed-off-by: Byron Marohn <combustible@live.com>
2015-09-10 09:16:57 -07:00
Nick Lanham
598ec3b870 Add advanced_search api call 2015-09-09 20:38:52 +00:00
Afterster
81664629f6 Merge pull request #948 from nicklan/fix_get_artists
Speed up (a lot) subsonic getArtists method
2015-09-08 22:07:32 +02:00
Nick Lanham
6bd0c80b1d Speed up (a lot) subsonic getArtists method
- Make Catalog::get_artists return an album count as "albums".
- Pass through to subsonic api calls to avoid running query for every
artist to count albums (as was happening previously)
2015-09-08 18:40:51 +00:00