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:
parent
d5d84d6462
commit
3fc08b17d4
64 changed files with 1506 additions and 478 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue