• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

finding of ID of the movie on OPPO

Rabanik

Member
Thread Starter
Joined
Sep 9, 2023
Messages
9
Likes
0
Hi there,
OPPO based players can add an SRT/SUP external subtitles for the physical discs or ISOs using of the movie ID. Lotarek made an AutoScript where it is possible.
According to this you can have (more than only one) an exact subtitles for each cut of the movie (seamles branching) or for serials... It is very useful


For example using of the AutoScript Oppo creates a file disc_id.log where are stored the IDs of all played movies. It looks like this.
/dev/loop1: LABEL="THE_MATRIX" TYPE="udf"
69611356160t8178

/dev/sr0: LABEL="WATERWORLD_UPK1_GH" TYPE="udf"
89761841152t8109

/dev/loop1: LABEL="NOBODY_UPB2" TYPE="udf"
36767465472t5501

A question is. Are these geniue IDs made by OPPO player itself or these IDs could be found in some mpls file directly stored on the disc?
 
I will aswer on my question myself. I made a simple test.
This ID is created by OPPO from my full ISO backup of my John Wick 2 US UHD 95518130176t7343
And this ID is from the same ISO but I remuxed it and add there some new subtitles etc. and its ID is 89555599360t7343
So the OPPO somehow generates its own IDs and the ID is not physicaly stored on the disc.
 
/dev/loop1: LABEL="THE_MATRIX" TYPE="udf"
69611356160t8178

/dev/sr0: LABEL="WATERWORLD_UPK1_GH" TYPE="udf"
89761841152t8109

/dev/loop1: LABEL="NOBODY_UPB2" TYPE="udf"
36767465472t5501
John Wick 2 US UHD 95518130176t7343
same ISO but I remuxed it and add there some new subtitles etc. and its ID is 89555599360t7343
So the OPPO somehow generates its own IDs and the ID is not physicaly stored on the disc.
All of those IDs look like they match the format “<disc/title size in bytes>t<title runtime in seconds>”
 
Back
Top