deleting and not generating empty unlistened playlists

This commit is contained in:
Aaron Manning
2026-04-07 21:20:34 +01:00
parent 9ba198c2c1
commit f0c77aed29
4 changed files with 65 additions and 3 deletions
+3
View File
@@ -11,6 +11,9 @@ pub(crate) const IPOD_PODCASTS_DIR: &str = "Podcasts";
pub(crate) const LISTENED_PLAYLIST_PATH: &str = "[PC Meta] [Listened].m3u";
pub(crate) const MASTER_PLAYLIST_PATH: &str = "[PC Meta] [Master Feed].m3u";
pub(crate) const PLAYLIST_PREFIX: &str = "[PC]";
pub(crate) const UNLISTENED_SUFFIX: &str = "(unlistened)";
pub(crate) fn podcast_folder(
root: &path::Path,
alias: &str,