Page 1 of 1

video source missing

Posted: 29 Sep 2015, 15:20
by kim
HDTVRip is missing from list, pls add
and maybe WEBDL, WEB.Rip, WEBCap, WEB.Cap, Blu.Ray to
pattern.video.source: CAMRip|CAM|PDVD|TS|TELESYNC|PDVD|PTVD|PPV|PPVRip|Screener|SCR|SCREENER|DVDSCR|DVDSCREENER|BDSCR
|R4|R5|R5LINE|R5.LINE|DVD|DVD5|DVD9|DVDRip|DVDR|TVRip|DSR|PDTV|SDTV|HDTV|DVB|DVBRip|DTHRip|VODRip|VODR|
BDRip|BRRip|BluRay|BD|BDR|BD25|BD50|3D.BluRay|3DBluRay|3DBD|BR.Scr|BR.Screener|HDDVD|HDRip|WorkPrint|VHS|
VCD|TELECINE|WEB.DL|WEBRip|ithd|iTunesHD|Laserdisc|NetflixHD

https://en.wikipedia.org/wiki/Pirated_m ... ease_types

Re: video source missing

Posted: 29 Sep 2015, 16:36
by rednoah
Thanks for the addition. Has been added for next release.

Re: video source missing

Posted: 10 Oct 2015, 21:36
by NPHaus
It would be nice to be introduced:

Remux
BDRemux

Re: video source missing

Posted: 13 Oct 2015, 21:32
by NPHaus
Very good addition.
But using the latest betas I've noticed that the command {vc} fails, what gave you before now always puts you x264 AVC.

A greeting

Re: video source missing

Posted: 14 Oct 2015, 06:14
by rednoah
{vc} is mapped to MediaInfo property "Encoded_Library/Name" but it seems the name has been changed to "Encoded_Library_Name".

Fixed with r3233.

Re: video source missing

Posted: 27 Jun 2017, 23:50
by kim
"Remux|BDRemux" is wrong because:
(Remuxing is keeping the original video, but eliminating audio tracks, and/or adding audio tracks in other languages.)
https://en.wikipedia.org/wiki/Pirated_m ... ease_types

also if "BluRay.REMUX" in filename ONLY "REMUX" will be used as "source"

how to add "REMUX" an other way, I do not know maybe
REPACK|PROPER|Remux|BDRemux

Re: video source missing

Posted: 28 Jun 2017, 00:02
by kim
RERIP is missing
REPACK|PROPER|RERIP

is there a {repack} for them like {source} is for BluRay or {tags} for Uncut ?

Re: video source missing

Posted: 28 Jun 2017, 02:46
by rednoah
Unfortunately no, but it could be added in the future if there's demand for that.

REPACK|PROPER is used to indicate a better quality file and affects --conflict auto behaviour. Are RERIP files generally better than what is already available?

Re: video source missing

Posted: 28 Jun 2017, 16:41
by kim
RERIP is just like REPACK|PROPER = to fix a problem e.g. copyright warnings and incorrect scenes, remove trailers or wrong playlist used in previous encode and so on... so YES better

now:
{any{'.'+fn.match(/Repack|Proper|RERIP/).upper()}{}}

so:
e.g. {repack} or maybe {rerelease} = yes pls :)

Re: video source missing

Posted: 28 Jun 2017, 16:49
by kim
btw:
missing from pattern.video.tags
Recut *** e.g. (Sin City)
Super.Sized.R.Rated.Version *** e.g. (Anchorman 2)

Re: video source missing

Posted: 29 Jun 2017, 02:16
by rednoah
Alright, but "Super.Sized.R.Rated.Version" seems to be a tag specific to this one movie, so I'm not gonna add it. I will add {repack} once there's a few people asking for it.

Re: video source missing

Posted: 24 Jul 2017, 18:53
by devster
I'd be in favor of this addition, as already said it denotes a significantly different file, and, notably, usually affects subtitle sync and matching.

Re: video source missing

Posted: 24 Dec 2017, 04:23
by LFTech
kim wrote: 27 Jun 2017, 23:50 "Remux|BDRemux" is wrong because:
(Remuxing is keeping the original video, but eliminating audio tracks, and/or adding audio tracks in other languages.)
https://en.wikipedia.org/wiki/Pirated_m ... ease_types

also if "BluRay.REMUX" in filename ONLY "REMUX" will be used as "source"

how to add "REMUX" an other way, I do not know maybe
REPACK|PROPER|Remux|BDRemux
I am also interested in adding REMUX another way. If I have a movie that is Bluray Remux I would want to be able to pass both through.

Re: video source missing

Posted: 24 Dec 2017, 15:53
by rednoah
You can always match custom patterns that suit your needs.

e.g.

Code: Select all

fn.match(/BluRay.REMUX/)