Bulk change series type - daily to standard

Sonarr version: 2.0.0.4472
Mono version: 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4)
OS: Ubuntu 16
((Debug logs)): N/A
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue: Somehow many of my shows (~100) got created as Daily shows and I was hoping there is an easy way to change them to standard TV shows?

Also as an extension of this is there a way to easily find shows by their type, daily or standard?

Thanks

Use the series editor, bulk updating is it’s purpose.

Am I missing it? I dont see the option

Ahh I’m sorry, you’re not missing anything, I am, it’s not currently an option.

At the moment there isn’t an easy way to see or change that in the UI, but updating it in the DB directly would be pretty quick (it’s a SQLite DB).

UPDATE Series SET SeriesType = 0 will set every series to standard. (0 = Standard, 1 = Daily, 2 = Anime)

That will do me, thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.