add support for browsing local filesystem
This commit is contained in:
@@ -43,7 +43,6 @@ class CaseInsensitiveSorting
|
||||
|
||||
bool SortSongsByTrack(Song *, Song *);
|
||||
|
||||
void UpdateItemList(Menu<Item> *);
|
||||
void UpdateSongList(Menu<Song> *);
|
||||
|
||||
bool Keypressed(int, const int *);
|
||||
@@ -55,13 +54,11 @@ string IntoStr(mpd_TagItems);
|
||||
string FindSharedDir(const string &, const string &);
|
||||
string TotalPlaylistLength();
|
||||
string DisplayStringPair(const StringPair &, void *, const Menu<StringPair> *);
|
||||
string DisplayItem(const Item &, void *, const Menu<Item> *);
|
||||
string DisplayColumns(string);
|
||||
string DisplaySongInColumns(const Song &, void *, const Menu<Song> *);
|
||||
string DisplaySong(const Song &, void * = &Config.song_list_format, const Menu<Song> * = NULL);
|
||||
string GetInfo(Song &);
|
||||
void ShowMessage(const string &, int = Config.message_delay_time);
|
||||
void GetDirectory(string, string = "/");
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user