mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Allow scene name to be used for renaming
New: Added option to use scene name for episodefiles
This commit is contained in:
@@ -43,6 +43,10 @@ namespace NzbDrone.Web.Models
|
||||
[Description("How will multi-episode files be named?")]
|
||||
public int MultiEpisodeStyle { get; set; }
|
||||
|
||||
[DisplayName("Use Scene Name")]
|
||||
[Description("Use the scene name, ignoring all other naming settings?")]
|
||||
public bool SceneName { get; set; }
|
||||
|
||||
[DisplayName("XBMC")]
|
||||
[Description("Enable creating metadata for XBMC")]
|
||||
public bool MetadataXbmcEnabled { get; set; }
|
||||
|
Reference in New Issue
Block a user