INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Tagging of DVD, BD to mkv  (Read 514 times)

Manfred

  • Citizen of the Universe
  • *****
  • Posts: 1023
Tagging of DVD, BD to mkv
« on: April 22, 2018, 03:52:31 am »

Is there a default library field that is used to declare if the mkv rip is coming from DVD or BD or should one define a  new "User defined" field?
Logged
WS (AMD Ryzen 7 5700G, 32 GB DDR4-3200, 2x2 TB SDD, LG 34UC98-W)-USB|ADI-2 DAC FS|Canton AM5 - File Server (i3-3.9 GHz, 16GB ECC DDR4-2400, 46 TB disk space) - Media Renderer (i3-3.8 GHz, 8GB DDR4-2133, GTX 960)-USB|Devialet D220 Pro|Audeze LCD 2|B&W 804S|LG 4K OLED )

RD James

  • Citizen of the Universe
  • *****
  • Posts: 1871
Re: Tagging of DVD, BD to mkv
« Reply #1 on: April 22, 2018, 05:26:38 am »

I use this expression when renaming files so that I can have multiple copies of a film in the same directory:
Code: [Select]
If(IsEqual([File Type,0], mk3d), /(3D/),
If(IsEqual([Height,0], 2160, 2), /(UHD/),
If(IsEqual([Height,0], 1080, 2), /(HD/),
If(IsEqual([Height,0], 576, 2), /(DVD/),
If(IsEqual([Height,0], 480, 2), /(DVD/),
Delimit([Height,0], p/), /())))))
Perhaps that will be useful as an expression field.
Logged
Pages: [1]   Go Up