// post · 738

Mass update SickBeard/Rage folder location

·

  1. Stop SickBeard

  2. Backup .db SQLite file

  3. Get a SQLite viewer/editor. There is a Firefox plugin that can do this.

  4. Run this command on the database: UPDATE tv_shows SET location = replace(location, "/old_folder_path/", "/new_folder_path/");

  5. Done.

// comments

// leave a comment

> click for comments help

HTML allowed: <a href="" title="" rel=""></a> <b></b> <blockquote cite=""></blockquote> <em></em> <i></i> <strike></strike> <strong></strong> <li></li> <ol></ol> <ul></ul>
ie: <b>bold</b>

Your comment may need to be reviewed before it is published.