Kodi Community Forum
Local trailer path Issue - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Local trailer path Issue (/showthread.php?tid=348759)

Pages: 1 2 3 4


Local trailer path Issue - spl147 - 2019-10-27

i am trying to use local trailers, when i set TMM to download trailers when scraping it doesnt write a trailer tag to the nfo and thus no trailer button to click in kodi,

if i click the download trailer after it has set the online url for the trailer it doesnt change the trailer tag in the nfo, it keeps the online url.

if i manually change the trailer url to the local path it plays

can you add the ability to set the local path to the trailer?

is there a way to set the path without using the full path?

IE: nfs://xxx.xxx.xxx.xxx/mnt/user/share/movie folder/moviename-trailer

is there a substitution for nfs://xxx.xxx.xxx.xxx/mnt/user/share/


RE: Local trailer path Issue - spl147 - 2019-10-30

anyone?


RE: Local trailer path Issue - mlaggner - 2019-10-30

IIRC Kodi detects trailer on the file system and needs nothing in the NFO

otherwise: from the tmm frontend you will not have the same path to the trailer as from Kodi.
for example:

from my PC the movie is mounted via
Z:\movieA\trailer.avi

from Kodi it is
smb://NAS/movies/movieA/tailer.avi

when tmm writes Z:\movieA\trailer.avi to the NFO Kodi is not able to detect it the right way


Local trailer path Issue - spl147 - 2019-10-30

(2019-10-30, 16:20)mlaggner Wrote: IIRC Kodi detects trailer on the file system and needs nothing in the NFO

otherwise: from the tmm frontend you will not have the same path to the trailer as from Kodi.
for example:

from my PC the movie is mounted via
Z:\movieA\trailer.avi

from Kodi it is
smb://NAS/movies/movieA/tailer.avi

when tmm writes Z:\movieA\trailer.avi to the NFO Kodi is not able to detect it the right way


Kodi is not detecting the trailer.

Perhaps a option to set the mount path as a setting, and have tmm append the foldername/filename.

Or is there a general path?

IE: videodb://movies/foldername/filename


RE: Local trailer path Issue - Karellen - 2019-10-30

(2019-10-30, 16:20)mlaggner Wrote: IIRC Kodi detects trailer on the file system and needs nothing in the NFO
Correct. No need to use tag for local trailer, the same way you don't need artwork tags for local artwork.

Just ensure the trailer is named correctly and placed next to the movie file. See here... Trailers (wiki)


RE: Local trailer path Issue - spl147 - 2019-10-30

i downloaded the trailer from within TMM:

Movie name: 127 Hours (2010)_DTSHD-MA.Blu-ray.mkv
Trailer Name: 127 Hours (2010)_DTSHD-MA.Blu-ray-trailer.quicktime

the nfo file for this movie has  <trailer/> for the trailer tag

i tried using the refresh button for the movie = no trailer
i tried removing the title from the library, clean library, update library = no trailer

i have the scraper set to local info only if that matters


RE: Local trailer path Issue - Karellen - 2019-10-30

(2019-10-30, 21:04)spl147 Wrote: Movie name: 127 Hours (2010)_DTSHD-MA.Blu-ray.mkv
Trailer Name: 127 Hours (2010)_DTSHD-MA.Blu-ray-trailer.quicktime
Is "quicktime" a recognised file extension?


RE: Local trailer path Issue - spl147 - 2019-10-30

(2019-10-30, 21:11)Karellen Wrote:
(2019-10-30, 21:04)spl147 Wrote: Movie name: 127 Hours (2010)_DTSHD-MA.Blu-ray.mkv
Trailer Name: 127 Hours (2010)_DTSHD-MA.Blu-ray-trailer.quicktime
Is "quicktime" a recognised file extension? 
it is what TMM named it, i can play it manually


RE: Local trailer path Issue - Karellen - 2019-10-30

These are the supported file type extensions for video files... https://github.com/xbmc/xbmc/blob/master/xbmc/settings/AdvancedSettings.cpp#L409

"quicktime" is not a file extension, it is a name of a program or of a storage system. This is why Kodi cannot find your trailer.

Sounds like a little bug in TMM that needs to be fixed.


RE: Local trailer path Issue - spl147 - 2019-10-30

(2019-10-30, 21:20)Karellen Wrote: These are the supported file type extensions for video files... https://github.com/xbmc/xbmc/blob/master/xbmc/settings/AdvancedSettings.cpp#L409

"quicktime" is not a file extension, it is a name of a program or of a storage system. This is why Kodi cannot find your trailer.

Sounds like a little bug in TMM that needs to be fixed.

i changed the ext. to .mp4, hit refresh and it's there!

thank you for the help, so yes this is a bug with TMM


RE: Local trailer path Issue - Karellen - 2019-10-30

Great!!


RE: Local trailer path Issue - mlaggner - 2019-10-31

Could you give us more context. Which scraper did you use?

Looks like the source of the scraper returned this as file name...


RE: Local trailer path Issue - spl147 - 2019-10-31

(2019-10-31, 08:28)mlaggner Wrote: Could you give us more context. Which scraper did you use?

Looks like the source of the scraper returned this as file name...
Image


I have also noticed, when i select a movie, goto the trailer tab, click the download trailer icon, it does not uncheck the nfo tab, nor does it say downloaded. it also does not remove the online url from the nfo file


Local trailer path Issue - spl147 - 2019-11-02

Is this being worked on?


RE: Local trailer path Issue - mlaggner - 2019-11-04

we've had a look, but it is not happening here