René Bigler
16e22cb672
[BUGFIX] Remove debuging route through if statement
2015-01-06 23:09:22 +01:00
René Bigler
3edcbb7a9b
[CLEANUP] Remove space in empty line
2015-01-06 21:16:08 +01:00
René Bigler
125d203d95
[FIX] fix code style
2015-01-06 20:32:27 +01:00
René Bigler
3e05c0c9ac
[FEATURE] Add album and artist tag update
2015-01-06 20:31:36 +01:00
René Bigler
f8c36acaf5
[FEATURE] Create and update splitted tags
2015-01-05 23:13:21 +01:00
Lawrence Brown
60a653daf4
copyright 2014 -> 2015
...
janitorial services
2015-01-04 21:36:41 +00:00
Lawrence Brown
447647910e
loop over directories the "correct" way
...
see http://php.net/manual/en/function.readdir.php - specifically:
/* This is the correct way to loop over the directory. */
while (false !== ($entry = readdir($handle))) {
echo "$entry\n";
}
/* This is the WRONG way to loop over the directory. */
while ($entry = readdir($handle)) {
echo "$entry\n";
}
2015-01-03 16:29:17 +00:00
SUTJael
8f758955d2
Add debug actions to clear cache for artists, albums and songs.
2014-12-10 18:43:29 +01:00
Afterster
036f535916
Fix wrong album_artist song update
2014-11-22 20:25:08 +01:00
Afterster
53f12cf2b2
Move album_artist from song to album table
2014-11-15 02:37:37 +01:00
Afterster
2300ce9ad7
Fixed #563 : Errors in SQL syntax when verifying catalog
2014-11-11 08:07:22 +01:00
Afterster
9b910a40d1
Duplicate arts on song artist/album changes if required
...
Hide rating from random albums/videos if user is unauthorized
2014-10-03 07:19:51 +02:00
Afterster
b7a76aa133
Fix latest Scrutinizer issues
...
Fixed #372 : add ellipsis to played song title
2014-10-01 00:03:19 +02:00
Afterster
160c59dea2
Fix Scrutinizer issues
2014-09-30 07:47:21 +02:00
Afterster
437e20a0f0
Add composer to song verify proc ( #423 related)
2014-09-07 14:09:40 +02:00
Afterster
5617871b5f
Fix #423 #427 #430 and partially #414
2014-09-05 23:46:59 +02:00
Afterster
467e071b73
Add few songs & videos metadata
...
Add release type on albums
Add methods code comments on few classes
Display release date on all videos
2014-08-02 22:48:41 +02:00
Afterster
9bead0654a
Add TVShows and Movie video browse to Plex backend
2014-07-30 01:00:48 +02:00
Afterster
90c1c6fbd1
Add Release Groupo MusicBrainz Identifier on albums
...
Add TheAudioDB and TheTVDB metadata/art plugins
2014-07-26 18:11:50 +02:00
Afterster
504013ae66
Fix latest Scrutinizer reported errors
2014-07-10 07:25:15 +02:00
Afterster
80cd08ed04
Fix Scrutinizer reported errors
2014-07-09 23:27:14 +02:00
Afterster
0254be9982
Better Video integration in Ampache features
2014-07-08 20:00:33 +02:00
Afterster
7258fdcb63
Add video image preview
2014-07-08 09:05:45 +02:00
Afterster
b5f92aa25c
Edit library items in a more generic way
...
Use real large image on Google gather arts
2014-07-08 00:51:52 +02:00
Afterster
4454696f29
Use arts in a more generic way
...
Add library_item interface
2014-07-07 01:40:14 +02:00
Afterster
d842ebbb00
Add art on Videos
...
Add videos support to Subsonic and UPnP APIs
Update Tmdb module
2014-07-06 20:46:46 +02:00
Afterster
3fc08b17d4
Improve video browsing and metadata parsing
...
Add TheMovieDB metadata plugin
2014-07-06 00:54:48 +02:00
Afterster
786c234d5f
Add tvshows / movies first objects
2014-07-05 10:25:12 +02:00
Afterster
aa54f4952b
UPnP browse support
2014-07-01 07:50:57 +02:00
Afterster
9d01f4e8c0
Concat folder.jpg with DIRECTORY_SEPARATOR define
2014-06-30 07:57:14 +02:00
Afterster
646c7d18ea
Add DAAP protocol support ( fix #272 )
2014-06-28 15:52:52 +02:00
Afterster
0c7f9dfe2e
Fix scrutinizer issues
2014-06-13 07:33:27 +02:00
Afterster
40e9396f3e
First upload and license implementation
...
Fix #252
2014-06-13 03:36:19 +02:00
Afterster
fee1e70ffa
Fix scrutinizer code style
2014-05-26 00:48:43 +02:00
Afterster
cd0b66391e
Ignore some unused warnings
2014-05-26 00:02:11 +02:00
Afterster
dd41c876b9
Fix code style
2014-05-25 23:36:26 +02:00
Afterster
bd1fdcf0e2
Merge branch 'develop' of https://github.com/Psy-Virus/ampache into develop
...
Conflicts:
lib/class/catalog.class.php
2014-05-25 23:35:33 +02:00
Afterster
811115958e
Fix code style
2014-05-25 22:54:29 +02:00
Afterster
b16958f44e
Remove old code and fix old php errors
2014-05-25 22:54:04 +02:00
Afterster
59d038335f
Fix several php errors
2014-05-25 18:47:43 +02:00
Psy-Virus
fb78391532
Catalog actions output fixes + Ger transl. update..
...
..due to latest changes
2014-05-25 17:50:10 +02:00
Afterster
98664d2a84
Update copyright years
2014-05-18 09:53:57 +02:00
Psy-Virus
03d175e4c1
Translation DE_de updated + gettext functions
...
Gettext plural functions T_ngettext and ngettext corrected.
Gettext now also detects that plural strings as plural strings.
Updated gather-messages.sh keywords.
mo's and po's updated
2014-05-07 20:45:56 +02:00
Brandon Moller
8ea190bf45
I suck at PHP
...
Removed check on $size and $offset to see if they're integers
Let PHP do its automagic thing for the comparison checks
2014-03-19 11:25:26 -06:00
Brandon Moller
f14d15c227
Add the offset and size implementation for the alphabetical album
...
by artist type
2014-03-19 11:08:33 -06:00
Brandon Moller
efc9a21168
Finish alphabetical albumlist by implementing offset and size
2014-03-19 11:06:23 -06:00
Afterster
552859a47a
Fix build and add alphabeticalByArtist view
2014-03-19 07:57:59 +01:00
Brandon Moller
a94ffbcfa3
Moved DB logic to catalog class
2014-03-18 20:58:37 -06:00
Afterster
ea815a1ff1
Add responsive elements for tables and fix code style
2014-03-15 10:19:59 +01:00
Afterster
b023466475
Fix file:// sheme on Windows playlist files
2014-02-22 12:06:30 +01:00