1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00
Commit graph

4769 commits

Author SHA1 Message Date
Afterster
cd761ccc3b Merge pull request #1459 from Phyks/develop
Update composer dependencies
2017-02-06 20:13:56 +01:00
Phyks (Lucas Verney)
7770e37738 Update composer dependencies
* Update all dependencies to the minor revision more up to date.
* SECURITY: Update PHPMailer library to mitigate CVE-2016-10033.

Closes #1455.
2017-01-05 11:42:34 +01:00
Afterster
18aeae2ae2 Merge pull request #1454 from Psy-Virus/develop
Christmas Translation Update
2016-12-27 08:28:38 +01:00
Afterster
905919b200 Merge pull request #1447 from wagnered/develop
ipv6 addresses couldn't be  added to user's ip history.
2016-12-27 08:27:33 +01:00
Afterster
9a16d2eef3 Merge pull request #1443 from axelsimon/patch-4
Update ampache.conf transcoding comments
2016-12-27 08:26:47 +01:00
Afterster
809f5eea23 Merge pull request #1442 from axelsimon/patch-3
Change default flac transcode target to opus
2016-12-27 08:26:05 +01:00
Afterster
8567e20c3b Merge pull request #1441 from axelsimon/patch-2
Add opus transcoding arguments to ampache.cfg
2016-12-27 08:25:13 +01:00
Afterster
e2f2088243 Merge pull request #1433 from reederda/patch-1
Minor grammar change
2016-12-27 08:19:06 +01:00
Afterster
d08ee1aac7 Merge pull request #1428 from Psy-Virus/patch-16
Fixed the localization chart
2016-12-27 08:18:46 +01:00
Manuel
2175a3adf6 Christmas Translation Update
Nothing special, as always: Updated Translations from Transifex, cleaned
unused Translations and so on

:-)
2016-12-24 06:29:37 +01:00
Axel Simon
08fc048688 Update ampache.conf transcoding comments
To make the transcoding section of ampache.cfg easier for new users, I suggest making the comments more explicit, giving short examples of why one would want to use an option, for instance.
2016-12-07 11:45:41 +01:00
Axel Simon
e98ff246c4 Change default flac transcode target to opus
I suggest changing the default transcode target for flac from ogg (vorbis) to opus, which is now a default codec in many systems (due to it being a requirement for WebRTC, implemented by all modern browsers and mobile OSes).
The reasoning is that opus is currently our best free and open codec for low latency, high quality sound, and at 128k or below, it offers better performance than vorbis. Low bandwith, low latency and high quality is exactly a use case for Ampache transcoding, so I suggest the ampache config suggests using opus, at the very least for flac.

We could even suggest it as the basic target for encode_target, encode_player_webplayer_target and encode_player_api_target in replacement of the (aging, proprietary) mp3.
2016-12-07 11:41:14 +01:00
Axel Simon
1a1fd968a3 Add opus transcoding arguments to ampache.cfg
Added a line for ffmpeg opus encoding (transcoding) using libopus (which obviously needs to be installed) to transcode on the fly to the very fast and efficient opus codec. (Very personal) bitrate recommendation: 128k (To be set in the the admin interface or user personal preferences).
I'm suggesting ogg as a transport (ogg opus) which in turns requires the vsync 2 option.
2016-12-07 11:26:38 +01:00
wagnered
0b9391e042 Fixed bug preventing ipv6 addresses from being added to user's ip history. 2016-12-06 17:09:33 -08:00
Reederda
589ce6fc7f Minor grammar change
"No recently item found" to "No recently played items found"
2016-11-29 14:20:28 -07:00
Manuel
10dd2533be Fixed the localization chart
Since an Github Update, the localization chart wasn't displayed any more.
So I reached out to the Github support and they gave me one with less redirects.

:-)
2016-11-18 23:11:32 +01:00
Afterster
a9292f8f6e Merge pull request #1419 from Psy-Virus/develop
General Translation Update
2016-11-15 07:36:20 +01:00
Afterster
feda46f9b1 Merge pull request #1413 from SenorSmartyPants/Subsonic
Subsonic API: Added token authentication handling. It just returns an unsupported e…
2016-11-15 07:35:24 +01:00
Afterster
d65d200384 Merge pull request #1412 from SenorSmartyPants/DuplicateArtists
Handle ID3v2.3 and v2.4 better regarding multivalued lists
2016-11-15 07:31:51 +01:00
Afterster
a607a125c7 Merge pull request #1422 from SenorSmartyPants/SubsonicArtistArticles
Use Artist full name (with prefix) in subsonic xml responses.
2016-11-15 07:27:16 +01:00
SenorSmartPants
d229859172 Use Artist full name (with prefix) in subsonic xml responses.
Add ignoredArticles to xml so they are still sorted properly
2016-11-05 15:00:51 -05:00
Manuel
35231c00cb General Translation Update
Only Updates from Transifex
2016-11-04 15:48:06 +01:00
SenorSmartPants
b6b329a272 Added token authentication handling. It just returns an unsupported error.
I do not see a way to implement this without altering password storage in the database.

Reverting API version to 1.11.0
2016-11-01 14:36:28 -05:00
SenorSmartPants
dc8194bc7d Handle ID3v2.3 and v2.4 better regarding multivalued lists 2016-10-20 16:29:12 -05:00
Afterster
297572d692 Merge pull request #1409 from SenorSmartyPants/MultipleArtists
Only create entry for first artist in Artists MB data. Doesn't create…
2016-10-18 07:15:58 +02:00
Afterster
6c1393b3db Merge pull request #1408 from SenorSmartyPants/AlbumSort
Add sort by Disk number to all non-default sorts
2016-10-18 07:14:30 +02:00
Afterster
a8e66959c2 Merge pull request #1407 from manuelglez86/patch-2
Solves the Missing session ID showed on the ampache log
2016-10-18 07:14:09 +02:00
Afterster
8baf741705 Merge pull request #1397 from axelsimon/patch-1
Small update to ampache.cfg.php.dist wording
2016-10-18 07:10:57 +02:00
Afterster
19aabc5aef Merge pull request #1399 from tdeuling/develop
Make song comment editable
2016-10-18 07:10:04 +02:00
SenorSmartPants
c561e043b9 Only create entry for first artist in Artists MB data. Doesn't create duplicate artist entries. Closes #1402 2016-10-17 15:40:39 -05:00
SenorSmartPants
2156da9048 Add sort by Disk number to all non-default sorts 2016-10-17 15:00:19 -05:00
manuelglez86
d810b9316a Solves ths Missing session ID showed on the ampache llog 2016-10-16 23:24:33 -05:00
Thomas Deuling
231f0c3836 Make song comment editable 2016-10-07 16:41:29 +02:00
Axel Simon
c223e23c5f Small update to ampache.cfg.php.dist wording
Modified the wording for the metadata config switches comment, to correct a long-standing tiny spelling mistake that had always bugged me :)
2016-10-06 12:03:29 +02:00
Afterster
98094ad2bd Merge pull request #1387 from manuelglez86/patch-1
Composer info on Composer column in Itunes
2016-10-02 21:17:51 +02:00
Afterster
748a45ef0b Merge pull request #1375 from Phyks/Phyks-patch-1
Do not force write_playlists.php to be called from bin folder
2016-10-02 21:17:16 +02:00
Afterster
b9b1d114da Merge pull request #1388 from Psy-Virus/develop
General translation Update
2016-10-02 21:17:08 +02:00
Psy Virus
a9c25f3027 General translation Update
Nothing special, only the last updates from Transifex and latest code
changes
2016-09-23 20:42:23 +02:00
manuelglez86
8ac4314dd1 Fill info on Composer column in Itunes
The composer column has no data, so i make the changes for the info to appear.
2016-09-21 14:25:40 -05:00
Lucas Verney
5f4284e409 Do not force write_playlists.php to be called from bin folder
As reported in https://github.com/ampache/ampache/issues/405#issuecomment-244550648.
2016-09-05 20:28:49 +02:00
Afterster
624a2f0717 Merge pull request #1355 from Phyks/api_update
API improvements
2016-08-21 08:55:34 +02:00
Afterster
ee958b0a6c Merge pull request #1363 from Psy-Virus/develop
General translation update
2016-08-17 07:20:50 +02:00
Manuel
9399312faa code formatting with php-cs-fixer
I let php-cs-fixer format the code.. seems that they worked on it so the
most ugly line breaks are gone.

And hopefully we Travis won't get angry any more.

:-)
2016-08-07 02:13:33 +02:00
Manuel
b1a4eed28f General tranlation update
Just another general translation update

:-)
2016-08-07 01:42:53 +02:00
Phyks (Lucas Verney)
4c2b098c57 Fix error message in the logs due to include
When include is not passed to `artists` or `albums` API function, it
will default to `NULL`. Make it default to `[]` to avoid a message in
the error log.
2016-08-06 21:28:43 +02:00
Phyks (Lucas Verney)
2053264888 Allow a user to overcome limit limitation by passing limit=none 2016-08-05 14:20:59 +02:00
Phyks (Lucas Verney)
4df21cc3ea Return total count of items
Return total count of items in API actions which make use of `filter`
and `offset` parameters. This way, the user of the API can know easily
if he should query for more items or not, and implement a pagination
mechanism on his side.
2016-08-05 13:58:48 +02:00
Phyks (Lucas Verney)
e1887f88de Remove DEPRECATED comment 2016-08-05 13:58:15 +02:00
Afterster
e5211ffe69 Merge pull request #1358 from plabadens/develop
Minor correction to tab theming for reborn theme
2016-08-05 08:21:18 +02:00
Afterster
b6bf4268ae Merge pull request #1357 from Phyks/issue_1356
Fix issue #1356
2016-08-05 08:14:18 +02:00