1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 02:09:23 +02:00
Commit graph

2027 commits

Author SHA1 Message Date
Maniac
cfe1b1371e Fixed missing space in get_icon method when using sprites 2015-08-13 08:51:03 +02:00
nioc
1b1549e2c1 Fix code Formatting with php-cs-fixer (indentation and braces)
Change-Id: Ia868dceed4dd087edfe4dd948952dbd69ed4fd4e
Signed-off-by: nioc <nioc@users.noreply.github.com>
2015-08-09 20:25:38 +02:00
nioc
0c72fe4a04 Add rating based on POPM id3 tag
Add function to set song rating based on POPM id3 tag when create or
update catalog (resolve ampache/ampache#919)
If no Ampache user mail matches with the one in POPM mail, use super
user rating (id = -1)

Change-Id: I83b94153655ab21d8dede3cade4fb260459df3c3
Signed-off-by: nioc <nioc@users.noreply.github.com>
2015-08-09 18:27:54 +02:00
Afterster
47a6585c88 Use latest php-cs-fixer version 2015-07-29 21:59:12 +02:00
Afterster
4cb25572c5 Fix tag name in song details of XML API 2015-07-29 21:48:29 +02:00
Afterster
9f51e5e388 Better metadata change log in Song::compare_song_information method 2015-07-08 07:02:26 +02:00
Afterster
8b4abc2960 Fix file change detection if show_played_times setting is enabled 2015-07-05 22:20:18 +02:00
Afterster
53caa3d94a Add metadata on xml api songs result
Fix "Next" button when browsing start offset is aligned to offset limit (fix #888)
2015-07-05 22:03:12 +02:00
Afterster
1a659cbecc Merge pull request #893 from nan4k7/patch-2
Fix calculate_art_size binary so that it works with new configurations
2015-07-05 21:27:51 +02:00
nan4k7
48b6eb2e40 Bug detecting OS
This is exactly the other way as how the IF is created.
2015-07-04 09:49:20 -03:00
nan4k7
8080be991b Change get_dir_on_disk function from private to public
In order to make the binary calculate_art_size to work get_dir_on_disk function had to change from private to public
2015-07-04 06:47:23 -03:00
Ludger Sprenker
67d017cddd Map *.opus files to mime-type 'audio/ogg; codecs=opus' 2015-06-18 19:43:26 +02:00
root
4e2b24f877 Handle opus audio files like ogg audio files 2015-06-18 19:40:58 +02:00
Afterster
41e837b38e Fix podcast owner xml information 2015-06-16 21:10:03 +02:00
Afterster
366d5b7560 Fix ldap filter parameter check 2015-06-15 07:10:19 +02:00
Afterster
d05a07e332 Update PHPMailer dependency to version 5.2.10 2015-06-11 21:06:08 +02:00
Afterster
dfaf0f0e3c Fix user stats clear 2015-06-08 22:15:32 +02:00
Afterster
f3301d3e0a Fix webplayer video title (fix #806)
Restore GitHub https (http is not supported by GitHub API...)
2015-06-08 21:49:43 +02:00
Afterster
19e193d8a3 Use HTTP on github auto update to avoid ssl requirement 2015-06-08 21:24:35 +02:00
Afterster
5f06a444ed Include parent information in album / artist children searches 2015-06-04 23:34:13 +02:00
Afterster
f7fb9efa75 Fix kill process typo on channel
Update Ampache XML API version
2015-06-04 21:35:41 +02:00
Afterster
ae553bd786 Add user, followers, following and last_shouts XML API functions 2015-06-03 22:52:56 +02:00
Afterster
d53527378b Move process kill to stream function 2015-05-31 23:54:18 +02:00
nan4k7
9792b55c5e Update stream.class.php 2015-05-31 22:57:30 +02:00
Afterster
050e38ddb1 Update CHANGELOG.md
Avoid OAuthException error in logs
Fix WebDAV backend using appropriate base uri and exceptions
2015-05-31 12:06:00 +02:00
Afterster
dfacb51b3d Merge branch 'ogg-channel-streaming' of https://github.com/Deathcow/ampache into Deathcow-ogg-channel-streaming 2015-05-30 20:35:46 +02:00
Deathcrow
3daba0446a respect Ampache coding standards 2015-05-30 19:16:30 +02:00
Afterster
11b3689a67 Change player parameter order in stream url 2015-05-30 07:36:52 +02:00
Afterster
02fa24625e Add CDATA declaration on artist summary, date and place xml values 2015-05-29 23:06:52 +02:00
Deathcrow
bf0769c5f2 fixing one bug, introducing new ones 2015-05-29 05:07:06 +02:00
Deathcrow
4a9089124d more bugfixes 2015-05-29 04:42:28 +02:00
Deathcrow
7764c44026 indents 2015-05-29 04:19:03 +02:00
Deathcrow
680bb9ae0f bugfix 2015-05-29 03:45:01 +02:00
Deathcrow
2eb030e4ee bugfix 2015-05-29 03:13:50 +02:00
Deathcrow
05e24e58fe bugfix 2015-05-29 02:51:07 +02:00
Deathcrow
133a4f0ff3 Smarter header detection for lib/class/channel.class.php 2015-05-29 02:36:59 +02:00
Deathcrow
512f6aeeb5 Enables Ogg (also works with Opus) channel streaming
- bin/channel_run.inc:
        * extensive rewrite and restructuring
        * implements a variable-size server-side buffer
        * small bugfixes here and there
        * allow for more precise bitrate handling (via $nb_chunks_remainder)
        * small improvements to http serving

- lib/class/channel.class.php:
        * add $header_chunk variable and remember header of current filer for later use in channel streaming
        * added $chunk_size variable
2015-05-28 20:50:06 +02:00
Afterster
289d1f0fd9 Fix Content-Type header on channels
Fix artist download batch link permission check
2015-05-27 07:07:50 +02:00
Afterster
517cef69b3 Close sql connection before sending media stream
Add cookie with authenticated username, for JavaScript use and better cache handling on visitors
2015-05-19 21:51:12 +02:00
Afterster
a9cea44c89 Return album art thumb url in rss feed instead of raw url 2015-05-16 11:34:32 +02:00
Afterster
e92735c5ef Fixed #821: LDAP: more than one ldap_filter 2015-05-16 11:28:13 +02:00
Afterster
be62df7f42 Fixed #860: Bug : it is possible to add a track without indicating a licence 2015-05-16 10:05:36 +02:00
Afterster
0c346bad51 Merge pull request #852 from RyanCopley/playlisttrack-fix
Return playlist track in the song XML if it is passed in
2015-05-16 09:58:05 +02:00
Afterster
e4f3b9bcad Remove incomplete debug_event call in user.class.php
Remove mbstring.internal_encoding warning in PHP6 (#855)
2015-05-15 23:54:11 +02:00
Afterster
0bce1211fe Add option to hide user fullname by default 2015-05-14 23:07:36 +02:00
Afterster
d83b378595 Avoid autoplay in share page by default 2015-05-14 20:44:59 +02:00
Afterster
d7c8b35ea6 Remove 'Shout By' on latest_shout rss feed 2015-05-13 07:27:23 +02:00
Afterster
36eb36d455 Don't require valid session on image if use_auth or require_session settings are disabled 2015-05-13 07:18:41 +02:00
Ryan Copley
a126ceb7a5 Fixes #851 Add the playlist_data track to the song XML if it was passed in. 2015-05-11 22:43:04 -04:00
Ryan Copley
d847135929 Fixed playlist_remove_song, it was improperly creating a playlist object.
The track isn't a playlist :) Changed it to scrub_in and I confirmed it worked locally via the XML API.
2015-05-10 22:06:34 -04:00