2023-11-11, 17:02
I have a big collection on Youtube musicvideos but without any tags. Only filenames. Till now I was not able to add any of that files in a collection. How can I proceed? Which scraper to elect?
(2023-11-11, 17:02)vasiliy123 Wrote: Only filenames. Till now I was not able to add any of that files in a collectionThere is no filename only scraper for music videos.
(2023-11-11, 21:01)vasiliy123 Wrote: If I add the tags to the mp4, will it be parsed then somehow?I am not sure.
(2016-10-21, 00:44)HomerJau Wrote: .
autocreate_nfo.sh:#!/bin/sh
head="<musicvideo><title>"
tail="</title></musicvideo>"
for i in *.mp4; do
fname=${i%.*}.nfo
echo $head > $fname
echo $i >> $fname
echo $tail >> $fname
done
autocreate_nfo.sh:#!/bin/bash
head="<musicvideo><title>"
tail="</title></musicvideo>"
for i in *.mp4; do
fname=${i%.*}.nfo
echo $head > $fname
echo $i >> $fname
echo $tail >> $fname
done
(2023-11-11, 22:15)vasiliy123 Wrote: I finally ended creating a bunch of *.nfo filesI think you need a bit more info in there to ensure Kodi library works correctly.
<musicvideo><title>
filename.mp4
</title></musicvideo>
(2023-11-11, 21:01)vasiliy123 Wrote: If I add the tags to the mp4, will it be parsed then somehow? I tried to add a Title tag with an exiftool, but it didn't help.
(2023-11-12, 02:51)HomerJau Wrote:(2023-11-11, 21:01)vasiliy123 Wrote: If I add the tags to the mp4, will it be parsed then somehow? I tried to add a Title tag with an exiftool, but it didn't help.
Most music file tagging applications will tag mpeg MP4 and M4A files. Kodi's music library will scan MP4 and M4A files that are tagged (If they are in folder under a 'Music Source' folder'. The files will appear in the Music Library not the Music Video library under each Artist.