support for editing tag of local files (outside mpd music dir)

This commit is contained in:
unK
2008-10-18 22:39:56 +02:00
parent 884a88effa
commit 93b8a7dfff
4 changed files with 58 additions and 9 deletions

View File

@@ -85,6 +85,7 @@ class Song
void GetEmptyFields(bool get) { itsGetEmptyFields = get; }
void Clear();
bool Empty() const;
bool IsFromDB() const;
bool IsStream() const { return isStream; }
Song & operator=(const Song &);