2024-02-15, 02:22 PM
(This post was last modified: 2024-02-18, 02:51 PM by harrenkyym. Edited 2 times in total.)
Those are the tags I've found (don't pay attention to the indentation, I've copy/pasted from many sources) after activating "create nfo" in Jellyfin:
<title></title>
<year></year>
<plot></plot>
<genre></genre>
<tag></tag>
<country></country>
<rating></rating>
<filmaffinityid></filmaffinityid> (invented by me, just for scrapping purposes)
<lockdata></lockdata>
<dateadded></dateadded>
<originaltitle></originaltitle>
<director></director>
<writer></writer>
<credits></credits>
<trailer></trailer>
<mpaa></mpaa>
<collectionnumber></collectionnumber>
<imdbid></imdbid>
<tmdbid></tmdbid>
<premiered></premiered>
<releasedate></releasedate>
<criticrating></criticrating>
<runtime></runtime>
<tagline></tagline>
<studio></studio>
<art>
<poster></poster>
<fanart></fanart>
</art>
<actor>
<name></name>
<role></role>
<type></type>
<sortorder></sortorder>
<thumb></thumb>
</actor>
<id></id>
<set></set>
<fileinfo>
<streamdetails>
<video>
<codec></codec>
<micodec></micodec>
<bitrate></bitrate>
<width></width>
<height></height>
<aspect></aspect>
<aspectratio></aspectratio>
<framerate></framerate>
<language></language>
<scantype></scantype>
<default></default>
<forced></forced>
<duration></duration>
<durationinseconds></durationinseconds>
</video>
<audio>
<codec></codec>
<micodec></micodec>
<bitrate></bitrate>
<language></language>
<scantype></scantype>
<channels></channels>
<samplingrate></samplingrate>
<default></default>
<forced></forced>
</audio>
<subtitle>
<codec></codec>
<micodec></micodec>
<language></language>
<scantype></scantype>
<default></default>
<forced></forced>
</subtitle>
</streamdetails>
</fileinfo>
Two questions:
- Do I have to set on my nfo all the information inside <fileinfo></fileinfo>? Or I can pass (so I don't fuck anything).
- Are there any other tags that I'm missing? I've checked like 10 nfo's from different files with different content (being part of a collection, having this or that codec, being a known movie with a lot of info, being a very unknown movie...)
@tmsrxzar?
<title></title>
<year></year>
<plot></plot>
<genre></genre>
<tag></tag>
<country></country>
<rating></rating>
<filmaffinityid></filmaffinityid> (invented by me, just for scrapping purposes)
<lockdata></lockdata>
<dateadded></dateadded>
<originaltitle></originaltitle>
<director></director>
<writer></writer>
<credits></credits>
<trailer></trailer>
<mpaa></mpaa>
<collectionnumber></collectionnumber>
<imdbid></imdbid>
<tmdbid></tmdbid>
<premiered></premiered>
<releasedate></releasedate>
<criticrating></criticrating>
<runtime></runtime>
<tagline></tagline>
<studio></studio>
<art>
<poster></poster>
<fanart></fanart>
</art>
<actor>
<name></name>
<role></role>
<type></type>
<sortorder></sortorder>
<thumb></thumb>
</actor>
<id></id>
<set></set>
<fileinfo>
<streamdetails>
<video>
<codec></codec>
<micodec></micodec>
<bitrate></bitrate>
<width></width>
<height></height>
<aspect></aspect>
<aspectratio></aspectratio>
<framerate></framerate>
<language></language>
<scantype></scantype>
<default></default>
<forced></forced>
<duration></duration>
<durationinseconds></durationinseconds>
</video>
<audio>
<codec></codec>
<micodec></micodec>
<bitrate></bitrate>
<language></language>
<scantype></scantype>
<channels></channels>
<samplingrate></samplingrate>
<default></default>
<forced></forced>
</audio>
<subtitle>
<codec></codec>
<micodec></micodec>
<language></language>
<scantype></scantype>
<default></default>
<forced></forced>
</subtitle>
</streamdetails>
</fileinfo>
Two questions:
- Do I have to set on my nfo all the information inside <fileinfo></fileinfo>? Or I can pass (so I don't fuck anything).
- Are there any other tags that I'm missing? I've checked like 10 nfo's from different files with different content (being part of a collection, having this or that codec, being a known movie with a lot of info, being a very unknown movie...)
@tmsrxzar?