Improve default recommendation for artist placeholder (#119)

* Improved default recommendation for audio artist placeholder

* Updated docs
This commit is contained in:
Kieran
2024-03-25 17:34:22 -07:00
committed by GitHub
parent af803b7081
commit 1b0d71ea48
2 changed files with 5 additions and 3 deletions
@@ -42,7 +42,8 @@ defmodule Pinchflat.Downloading.OutputPathBuilder do
"upload_day" => "%(upload_date>%d)S",
"upload_yyyy_mm_dd" => "%(upload_date>%Y-%m-%d)S",
"season_from_date" => "%(upload_date>%Y)S",
"season_episode_from_date" => "s%(upload_date>%Y)Se%(upload_date>%m%d)S"
"season_episode_from_date" => "s%(upload_date>%Y)Se%(upload_date>%m%d)S",
"artist_name" => "%(artist,creator,uploader,uploader_id)S"
}
end
end