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

2048 commits

Author SHA1 Message Date
wagnered
e3adcc5106 Modified regex pattern to minimize conflict between Episode Title and unwanted abbreviations. 2015-09-23 15:05:10 -07: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
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
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
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
wagnered
ded0fed1bc Modified Tvdb and Tmdb plugins to correctly parse filenames. 2015-09-02 21:12:53 -07:00
Afterster
26e3327f34 Better handle getAlbumList error cases (#938 variant) 2015-08-27 10:04:25 +02:00
Afterster
afac314ad1 Fix iTunes 12 browsing
Add bin/daap_register.bat script
2015-08-26 18:34:33 +02:00
Afterster
2f5ef59e8c Fix http_port at installation process 2015-08-26 13:26:56 +02:00
Afterster
89e3a84397 Move http_port user preference to ampache.cfg.php (fix #937) 2015-08-26 12:09:32 +02:00
Afterster
2307100a6c Merge pull request #929 from hypfvieh/hypfvieh-patch
Patch for wrong file size in database
2015-08-25 23:20:14 +02:00
Maniac
d5562a0f55 Fixed broken indenting 2015-08-17 07:10:17 +02:00
SUTJael
d3d01830e2 Merge pull request #917 from Fondor1/develop
Added functionality for streaming playlists to support track numbers
2015-08-15 14:25:10 +02:00
Maniac
7a997f477b Removed unused assignment 2015-08-13 12:34:56 +02:00
Maniac
8b1f61f7dd Fixed issue with wrong file size written to catalog when using id3v2, which sometimes
contains a wrong size (in comparsion with the real file size)
2015-08-13 11:42:50 +02:00
Maniac
cfe1b1371e Fixed missing space in get_icon method when using sprites 2015-08-13 08:51:03 +02:00
Fondor1
8806ce0b00 Corrected copy-paste oversight in a comment 2015-08-11 12:02:19 -06:00
Fondor1
8bb585c9fc Make changes to sql update script per comment from SUTJael 2015-08-11 10:34:05 -06: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
unknown
c060cc1746 Added functionality for streaming playlists to support track numbers:
* new column 'track_num' added to table stream_playlist
* added new item 'track_num' to properties array within Stream_URL
* added track number for xspf playlist format
2015-08-05 17:07:37 -06: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