* Add M3U/PLS music playlist support.
This commit is contained in:
19
playlist.h
Normal file
19
playlist.h
Normal file
@ -0,0 +1,19 @@
|
||||
/* Playlist handling
|
||||
*
|
||||
* Project : minidlna
|
||||
* Website : http://sourceforge.net/projects/minidlna/
|
||||
* Author : Justin Maggard
|
||||
* Copyright (c) 2008-2010 Justin Maggard
|
||||
* This software is subject to the conditions detailed in the
|
||||
* LICENCE file provided in this distribution.
|
||||
* */
|
||||
#ifndef __PLAYLIST_H__
|
||||
#define __PLAYLIST_H__
|
||||
|
||||
int
|
||||
insert_playlist(const char * path, char * name);
|
||||
|
||||
int
|
||||
fill_playlists(void);
|
||||
|
||||
#endif // __PLAYLIST_H__
|
Reference in New Issue
Block a user