Skip to content

Commit

Permalink
added marquee field
Browse files Browse the repository at this point in the history
  • Loading branch information
meleu committed Aug 4, 2017
1 parent 168a9da commit 9cf5321
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Used2BeTXT.sh
Expand Up @@ -323,8 +323,9 @@ for file in "$@"; do
# video : find the video preview
video="$(find_file Movies "$file_name" "???")"

# marquee : TODO
# there's no equivalent to marquee in ressurection.xtras
# marquee : find the marquee
# TODO: need tests
marquee="$(find_file "Artwork/Marquee" "$file_name" png jpg )"

# releasedate : "Release Year"
releasedate="$(get_data "Release Year" "$file")"
Expand Down

0 comments on commit 9cf5321

Please sign in to comment.