Name file of nas is different on Smart tv?
emau74
Posts: 53 Ally Member
why the name of the file of the nas is not similar to what I see on the multimedia player of my samsung tv?
(example name of nas yyyyyyyyzzzzzzz.mkv on my tv is zzzzzzzz.mkv.
#NAS_Nov_2019
#NAS_Nov_2019
0
Accepted Solution
-
Below script takes all mkv files in the current directory and sets the filename as the mkv-file title.
Requires installation of MKVToolNix.
I'm using Kodi compatible naming for all movies, I.e. <moviename> (year).mkv. ( It Chapter Two (2019).mkv ) and it works flawlessly.<div>@ Echo Off </div><div>for %%f in (*.mkv) do ( echo Replacing movie title: %%~nf "C:\Program Files\MKVToolNix\mkvpropedit.exe" "%%~nf.mkv" -e info -s title="%%~nf" )</div>
1
All Replies
-
Some TV and media players does use the file 'Title' instead of the file name.
AFAIK does at least MKV container and MP4 support 'Title'.0 -
how do I change the title tag in a mkv file directly in the nas?
0 -
I'm using a tool for that: MKVToolNix (https://mkvtoolnix.download/index.html)
It's pretty simple to re-encode MKV's with correct tags from the filenames.
0 -
Below script takes all mkv files in the current directory and sets the filename as the mkv-file title.
Requires installation of MKVToolNix.
I'm using Kodi compatible naming for all movies, I.e. <moviename> (year).mkv. ( It Chapter Two (2019).mkv ) and it works flawlessly.<div>@ Echo Off </div><div>for %%f in (*.mkv) do ( echo Replacing movie title: %%~nf "C:\Program Files\MKVToolNix\mkvpropedit.exe" "%%~nf.mkv" -e info -s title="%%~nf" )</div>
1 -
first of all thank you for the reply; so how should I do to change the title of my files located on the nas (x:)?
thanks0 -
I did that in two steps;
1. Changed filenames according to KODI naming conventions. I.e "Movie name (year)"
Like: "Lady and the Tramp (2019)"
2. Run a script that set's correct title-tag in all MKV-files.<div>@ Echo Off </div><div>REM This script takes all mkv files in the current directory and sets the filename as file title. for %%f in (*.mkv) do ( </div><div> echo Adding/replacing movie title: %%~nf "C:\Program Files\MKVToolNix\mkvpropedit.exe" "%%~nf.mkv" -e info -s title="%%~nf.mkv" </div><div>)</div><div></div>
Note: This works for MKV's only as 99% of my movies & series are MKV1 -
I did as you advised me but now on the smart TV in the folders of the nas no film is recognized, how come?
0 -
How does a PC and/or tablet (cellphone) show names and file tags?0
-
on the pc or from android in the folders of the nas the names are there
but the strange thing is this
twonky server no longer sees shared folders
0 -
When it comes to Twonky, I have no idea. Never used it...
As long as file name matches the title tag and files are playable (PC, tablet, ...) that part is OK.
0
Categories
- All Categories
- 415 Beta Program
- 2.4K Nebula
- 144 Nebula Ideas
- 94 Nebula Status and Incidents
- 5.6K Security
- 237 USG FLEX H Series
- 267 Security Ideas
- 1.4K Switch
- 71 Switch Ideas
- 1.1K Wireless
- 40 Wireless Ideas
- 6.3K Consumer Product
- 247 Service & License
- 384 News and Release
- 83 Security Advisories
- 29 Education Center
- 10 [Campaign] Zyxel Network Detective
- 3.2K FAQ
- 34 Documents
- 34 Nebula Monthly Express
- 83 About Community
- 71 Security Highlight