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

2220 commits

Author SHA1 Message Date
Afterster
a3c2a4336f Don't show disabled songs to normal users (fix #883) 2015-10-25 18:58:28 +01:00
Afterster
e497f61f37 Add protocol check on live stream homepage url (fix #767) 2015-10-18 11:02:11 +02:00
Afterster
bda9389c26 Add rating on XML API 2015-10-16 22:47:01 +02:00
Afterster
468b5fba5c Merge branch 'wagnered-develop' into develop 2015-10-13 22:12:22 +02:00
Afterster
848f07adbb Directory from 3.8.1 release parsing 2015-10-13 22:05:53 +02:00
Afterster
1ea28c5e0f Merge branch 'develop' of https://github.com/wagnered/ampache into wagnered-develop 2015-10-12 21:37:39 +02:00
wagnered
0ff6bde592 Changed update_video_from_tags($results, Video $video) to static function. 2015-10-11 12:31:00 -07: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
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
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
wagnered
92cac3fa73 Added logic to parse regex "\d\d\d" file pattern not previously caught.
Improved parsing of standard(typical) file patterns.
2015-09-30 10:45:22 -07: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
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
9b35f818fd Merge branch 'develop' of https://github.com/wagnered/ampache into wagnered-develop 2015-09-24 07:11:01 +02:00
wagnered
e3adcc5106 Modified regex pattern to minimize conflict between Episode Title and unwanted abbreviations. 2015-09-23 15:05:10 -07: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
9be94cc5ca Merge branch 'develop' of https://github.com/wagnered/ampache into wagnered-develop
Conflicts:
	config/ampache.cfg.php.dist
	modules/plugins/Tmdb/Tmdb.plugin.php
	modules/plugins/Tvdb/Tvdb.plugin.php
2015-09-23 22:24:48 +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
wagnered
bc5b230c0f Tweaked _parse_filename($filepath) to accomodate complete filename regression tests.
Moved common abbreviations to config file for user management.  Incremented config version.
2015-09-20 19:15:43 -07: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
wagnered
02fadd6590 Added force first letter of each word to upper case (camelcase) in titles, TV show name. 2015-09-17 19:30:37 -07:00
wagnered
227157ab87 Further refinement of TV Show filename parsing. 2015-09-17 18:29:02 -07: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
wagnered
729d97246d Added parsing for intra-title and intra-original-name period and hyphen separator removal.
Added parsing for bracket, parenthesis, and angle-bracket separator removal.
2015-09-17 07:47:14 -07: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
wagnered
aea2b2889d Addressed PR scrutinizer issue. 2015-09-12 19:38:10 -07:00
wagnered
c27b8f82a3 Addressed PR scrutinizer issues. 2015-09-12 19:23:25 -07:00
wagnered
df8fb22f54 Refined Vainfo->_parse_filename($filename) to better parse movie and tv show file names.
Removed Vainfo::parseFilename($filename).
2015-09-12 15:58:14 -07:00
Afterster
fa8084d312 Update SQL default script with latest sql updates 2015-09-11 23:09:49 +02:00
Afterster
7fa6e5c31a Fix catalog actions without Ajax (fix #947) 2015-09-11 22:14:02 +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
René Bigler
ff1b1d0b04 [FIX] Fix some code style issues 2015-09-09 23:34:03 +02:00