X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Ffilestorage.h;h=376af3639454bdc70e9770098cb61d3d3ac989c5;hb=db816ee6e862bb9612ceb98ce31f0bce391cb71c;hp=e8b8a2303fec8139237b36ab36f521ab71c42a1b;hpb=c92d96e01d110d72cee8e8d307667507bf5d6fff;p=someplayer diff --git a/src/filestorage.h b/src/filestorage.h index e8b8a23..376af36 100644 --- a/src/filestorage.h +++ b/src/filestorage.h @@ -1,3 +1,22 @@ +/* + * SomePlayer - An alternate music player for Maemo 5 + * Copyright (C) 2010 Nikolay (somebody) Tischenko + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #ifndef FILE_STORAGE #define FILE_STORAGE @@ -7,6 +26,7 @@ #include #define _CURRENT_PLAYLIST_NAME_ "___current" +#define _CURRENT_PLAYLIST_SUBST_ "Now playing" #define _PLAYLIST_FILE_EXTENSION_ "spls" #define _PLAYLIST_SIGNATURE_ "#SOMEPLAYLIST" #define _PLAYLIST_META_KEYWORD_ "#META" @@ -15,9 +35,9 @@ // format: /* #SOMEPLAYLIST - #META [seconds],::artist::,::album::,::title:: + #META [ID][seconds],::artist::,::album::,::title:: #PATH file_path - #META [seconds],::artist::,::album::,::title:: + #META [ID][seconds],::artist::,::album::,::title:: #PATH file_path ... */