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

189 commits

Author SHA1 Message Date
Afterster
be816474f6 Add option to ignore song duplicate import
Add option to match catalog patterns on file upload
2016-02-27 20:35:03 +01:00
Afterster
d6234db15f Fixed undefined call to undeclared property on catalog update since custom metadata feature addition (fix #1042) 2015-12-08 07:41:52 +01:00
Afterster
7befda23cc Merge pull request #1035 from wagnered/develop
Added logic to clean and 'camelcase' movie titles.
2015-12-05 09:41:09 +01:00
wagnered
89ace1706b Added logic to clean and 'camelcase' movie titles. 2015-12-04 18:00:30 -08:00
Afterster
7179403b94 Update sql script to latest db changes
Update CHANGELOG.md
Fix vainfo tvshow parsing if music catalog selected
2015-12-03 23:25:37 +01:00
Afterster
cb769a5c8d Add log message in case of transcode process error
Fix code style
2015-12-03 22:07:57 +01:00
Afterster
9c3637b879 Change license from GPLv2 to AGPLv3 2015-12-02 20:46:34 +01:00
wagnered
b440eb2aad cleaned merge info from vainfo.class.php. 2015-11-28 21:13:27 -08:00
Afterster
289ca0cc8c Merge branch 'develop'
Conflicts:
	lib/class/tvshow.class.php
	lib/class/vainfo.class.php
	modules/plugins/Tvdb/Tvdb.plugin.php
2015-11-28 09:56:41 +01:00
wagnered
81b2aef0f9 Revert change of table/column tvshow.overview back to tvshow.summary.
Revert dependent classes to insert/update tvshow.summary.
Modified Tmdb and Tvdb plugins to carry tvhow overview as tvshow_summary
to maintain separation of tvshow summary and tvshow_episode summary.
2015-11-26 21:24:41 -08:00
wagnered
72273dbd20 Changed tvshow.summary to tvshow.overview to remove
conflict with tvshow_episode.summary.
Modified edit dialog and update functions to edit tvshow.overview.
Modified tvdb and tmdb plugins to reflect change to tvshow.overview.
Fixed Vainfo::_parse_filename after regression tests exposed bug.
2015-11-24 11:56:21 -08:00
Afterster
21c486eb50 Fix vainfo trim on unknown tags 2015-11-22 16:18:19 +01:00
Afterster
f7cd0b43be Merge branch 'feature/customMetadata' of https://github.com/Razrael/ampache into Razrael-feature/customMetadata
Conflicts:
	lib/class/core.class.php
	lib/class/song.class.php
	lib/class/update.class.php
	lib/class/vainfo.class.php
	modules/catalog/local/local.catalog.php
	templates/show_edit_song_row.inc.php
	templates/show_playlist_song_row.inc.php
	templates/show_song.inc.php
2015-11-17 20:48:10 +01:00
Afterster
5124a5ed4c Merge branch 'develop' of https://github.com/Psy-Virus/ampache into Psy-Virus-develop
Conflicts:
	templates/show_album_row.inc.php
	templates/show_artist_row.inc.php
	templates/show_label_row.inc.php
	templates/show_playlist_song_row.inc.php
	templates/show_song_row.inc.php
	templates/show_video_row.inc.php

Apply align_equals and concat_with_spaces on code style
2015-11-07 08:08:59 +01:00
René Bigler
04d8ce9c11 [BUGFIX] Fixe some code style issues 2015-10-29 23:09:52 +01:00
René Bigler
5f50341dff Merge branch 'develop' into feature/customMetadata 2015-10-29 20:36:49 +01:00
Afterster
bda9389c26 Add rating on XML API 2015-10-16 22:47:01 +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
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
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
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
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
René Bigler
899e12e9c7 Merge branch 'develop' into feature/customMetadata 2015-09-07 21:24:56 +02:00
Afterster
8a1ea90ed4 Add m3u8 playlist import
Use audioscrobbler API v2 for album search
2015-09-06 10:08:36 +02:00
Afterster
8f1ede91c4 Handle id3v2 utf-8 comment 2015-09-05 11:07:00 +02:00
wagnered
ded0fed1bc Modified Tvdb and Tmdb plugins to correctly parse filenames. 2015-09-02 21:12:53 -07:00
Maniac
d5562a0f55 Fixed broken indenting 2015-08-17 07:10:17 +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
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
60034e755b Fixed #829: Search by "Comment" is not working 2015-05-01 08:28:30 +02:00
Afterster
d56f328005 Fix code style 2015-04-01 20:11:00 +02:00
SeregaPru
5d09e7dcad Fix: special chars in songs names and tags correct support 2015-03-21 01:37:42 +04:00
Afterster
a7377e562e Remove space from quicktime files release date
Add isset check on album/artist update
2015-02-03 23:31:50 +01:00
Afterster
aa3029ef7b Fix new Scrutinizer issues since scrutinizer tool update 2015-02-01 21:14:14 +01:00
wagnered
e644041304 Added switches in _cleanup_quicktime to clean tvshow, tvshow_season from mp4 files. 2015-01-30 21:04:26 -08:00
wagnered
ae10373753 Added "case 'tv_episode':" to "function _cleanup_quicktime($tags)". 2015-01-29 11:27:39 -08:00
Afterster
5da3ec3ba2 Add unsynced lyrics (with space) tag 2015-01-27 08:33:14 +01:00
Afterster
6d45694f22 Fix unsyncedlyrics flac tag support 2015-01-26 07:17:20 +01:00
Afterster
cd55dda99d Fix disk number and album artist metadata read from quicktime files (fix #684 and fix #685) 2015-01-23 06:45:38 +01:00