aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-01-21 00:49:37 +0100
committerdec05eba <dec05eba@protonmail.com>2023-01-21 00:49:37 +0100
commit62ba1032657a0bf3878a5fe77018633adab8767d (patch)
treeaea387d6a293428b20b402ccb579a49441ec12bd /plugins
parent760d903fe7c7c56a6408accff0daa47c2e743eed (diff)
NyaaSi: exclude episode number from track name, add extension
Diffstat (limited to 'plugins')
-rw-r--r--plugins/utils/EpisodeNameParser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/utils/EpisodeNameParser.hpp b/plugins/utils/EpisodeNameParser.hpp
index 7976cdc..dfb843d 100644
--- a/plugins/utils/EpisodeNameParser.hpp
+++ b/plugins/utils/EpisodeNameParser.hpp
@@ -10,6 +10,7 @@ namespace QuickMedia {
std::string_view season; // optional
std::string_view episode; // required
std::string_view resolution; // optional
+ std::string_view file_ext; // optional
};
std::optional<EpisodeNameParts> episode_name_extract_parts(std::string_view episode_name);