1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/lib/hachoir_parser/misc/__init__.py
echel0n 0d9fbc1ad7 Welcome to our SickBeard-TVRage Edition ...
This version of SickBeard uses both TVDB and TVRage to search and gather it's series data from allowing you to now have access to and download shows that you couldn't before because of being locked into only what TheTVDB had to offer.

Also this edition is based off the code we used in our XEM editon so it does come with scene numbering support as well as all the other features our XEM edition has to offer.

Please before using this with your existing database (sickbeard.db) please make a backup copy of it and delete any other database files such as cache.db and failed.db if present, we HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk!

Enjoy!
2014-03-09 22:39:12 -07:00

15 lines
678 B
Python

from lib.hachoir_parser.misc.file_3do import File3do
from lib.hachoir_parser.misc.file_3ds import File3ds
from lib.hachoir_parser.misc.torrent import TorrentFile
from lib.hachoir_parser.misc.ttf import TrueTypeFontFile
from lib.hachoir_parser.misc.chm import ChmFile
from lib.hachoir_parser.misc.lnk import LnkFile
from lib.hachoir_parser.misc.pcf import PcfFile
from lib.hachoir_parser.misc.ole2 import OLE2_File
from lib.hachoir_parser.misc.pdf import PDFDocument
from lib.hachoir_parser.misc.pifv import PIFVFile
from lib.hachoir_parser.misc.hlp import HlpFile
from lib.hachoir_parser.misc.gnome_keyring import GnomeKeyring
from lib.hachoir_parser.misc.bplist import BPList