1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00

Add new display_home plugin category

Add RSS View plugin
This commit is contained in:
Afterster 2014-10-02 23:51:39 +02:00
parent bef75fd05a
commit e92c41c652
25 changed files with 228 additions and 33 deletions

View file

@ -33,5 +33,6 @@ should be implemented as a public method:
shortener(string $url)
get_photos(string $search)
gather_arts(string $type, array $options, int $limit)
get_song_preview($track_mbid, $artist_name, $title)
stream_song_preview($file)
get_song_preview(string $track_mbid, string $artist_name, string $title)
stream_song_preview(string $file)
display_home()