diff --git a/gui/slick/interfaces/default/config.tmpl b/gui/slick/interfaces/default/config.tmpl index f4aac7413254a4522efd95d9588b4df21d3cc44a..15491d8a8546787198913ab7ad80412583710b0a 100644 --- a/gui/slick/interfaces/default/config.tmpl +++ b/gui/slick/interfaces/default/config.tmpl @@ -17,7 +17,8 @@ <div id="summary" class="align-left"> <table class="infoTable" cellspacing="1" border="0" cellpadding="0"> - <tr><td class="infoTableHeader">SR Version: </td><td class="infoTableCell">BRANCH: ($sickbeard.version.SICKBEARD_VERSION) / COMMIT: ($sickbeard.CUR_COMMIT_HASH) <!-- – build.date //--> + <tr><td class="infoTableHeader">SR Version: </td><td class="infoTableCell">BRANCH: ($sickbeard.version.SICKBEARD_VERSION) / COMMIT: ($sickbeard.CUR_COMMIT_HASH) <!-- – build.date //--><br /> + <font color="red">You are using BETA software</font> </td></tr> <tr><td class="infoTableHeader">SR Config file: </td><td class="infoTableCell">$sickbeard.CONFIG_FILE</td></tr> <tr><td class="infoTableHeader">SR Database file: </td><td class="infoTableCell">$db.dbFilename()</td></tr> diff --git a/gui/slick/interfaces/default/home.tmpl b/gui/slick/interfaces/default/home.tmpl index 92f0f5b326b41270fe2a346c0f32138f3388ed26..63aed65959d3722462792cc09aae299d354d7a4e 100644 --- a/gui/slick/interfaces/default/home.tmpl +++ b/gui/slick/interfaces/default/home.tmpl @@ -131,6 +131,7 @@ #end if <div id="HomeLayout" style="float: right; margin-top: -25px;"> + <font color="red">You are using BETA software.</font><br /> <span><b>Layout:</b> <a class="inner" href="$sbRoot/setHomeLayout/?layout=poster" style="font-size: 12px;">Poster</a> · <a class="inner" href="$sbRoot/setHomeLayout/?layout=banner" style="font-size: 12px;">Banner</a> · diff --git a/readme.md b/readme.md index a611ce67a6eb26b49d78edd9997fc3cff2b22001..94431a68c0a301e34a25c5981937b651b775a262 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,13 @@ SickRage *SickRage is currently in beta release stage. There may be severe bugs in it and at any given time it may not work at all.* -SickRage-TVRage is a PVR for torrent and newsgroup users. It watches for new episodes of your favorite shows and when they are posted it downloads them, sorts and renames them, and optionally generates metadata for them. It retrieves show information from theTVDB.com and TVRage.com. +There are currently a lot of changes that we're working on, which affect the very core of how SickRage works. We're doing this to lay the groundwork +for making SickRage seriously more awesome, scalable and resource-friendly than it already is. We know it will be a bumpy ride, but we also know +that SickRage deserves to grow from a USENET grabber into a media independant grabber of anything TV show related. And beyond. + +While we're doing this, please expect SickRage do strange things, or maybe even not work at all. In any case, we need your help. If you see SickRage behaving weird, check if someone has reported it, and if not, open a new issue. There is little to no use to report "software should be stable". We will focus on that later, not now. + +SickRage is a PVR for torrent and newsgroup users. It watches for new episodes of your favorite shows and when they are posted it downloads them, sorts and renames them, and optionally generates metadata for them. It retrieves show information from theTVDB.com and TVRage.com. !!! 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 !!!