[qcineoob] clarify history

This commit is contained in:
Julien Veyssier 2013-03-14 03:03:53 +01:00
commit 84897e8805
2 changed files with 30 additions and 24 deletions

View file

@ -30,13 +30,10 @@ class QCineoob(QtApplication):
APPNAME = 'qcineoob'
VERSION = '0.f'
COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier'
DESCRIPTION = "Qt application allowing to search movies etc..."
SHORT_DESCRIPTION = "search movies"
DESCRIPTION = "Qt application allowing to search movies, people, torrent and subtitles."
SHORT_DESCRIPTION = "search movies, people, torrent and subtitles"
CAPS = ICapCinema,ICapTorrent,ICapSubtitle
CONFIG = {'settings': {'nsfw': 1,
'sfw': 1,
'sortby': 0,
'backend': ''
CONFIG = {'settings': {'backend': '',
}
}
def main(self, argv):