mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
support xmltv gzip
This commit is contained in:
@@ -44,7 +44,9 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
||||
}
|
||||
else
|
||||
{
|
||||
//if (item is Movie)
|
||||
// http://kodi.wiki/view/NFO_files/Movies
|
||||
// movie.nfo will override all and any .nfo files in the same folder as the media files if you use the "Use foldernames for lookups" setting. If you don't, then moviename.nfo is used
|
||||
//if (!item.IsInMixedFolder && item.ItemType == typeof(Movie))
|
||||
//{
|
||||
// list.Add(Path.Combine(item.ContainingFolderPath, "movie.nfo"));
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user