1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Improve video browsing and metadata parsing

Add TheMovieDB metadata plugin
This commit is contained in:
Afterster 2014-07-06 00:54:48 +02:00
parent d5d84d6462
commit 3fc08b17d4
64 changed files with 1506 additions and 478 deletions

View file

@ -262,7 +262,7 @@ class Daap_Api
$r = self::tlv('dmap.itemid', 1);
$r .= self::tlv('dmap.itemname', 'Ampache');
$counts = Catalog::count_songs();
$counts = Catalog::count_medias();
$r .= self::tlv('dmap.itemcount', $counts['songs']);
$r .= self::tlv('dmap.containercount', count(Playlist::get_playlists()));
$r = self::tlv('dmap.listingitem', $r);