Skip to content

Scan Blue Ray playlist files to match play sequence found in mpls files.

Notifications You must be signed in to change notification settings

steinmb/sequencescanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sequencescanner

Scan Blue Ray playlist files to match play sequence found in mpls files.

Quick tool I needed to do match up a sequence with stubborn Blue Ray discs containing more then 400 fake play sequences.

Install

git clone https://github.com/steinmb/sequencescanner.git
cd sequencescanner
composer install
composer dumpautoload -o

Test with client code example

php sequence.php <directory> <comma separated list of sequences>

Example on how to use

include_once __DIR__ . '/vendor/autoload.php';
use steinmb\scanner\Playlist;
use steinmb\scanner\Scanner;

$directoryToScan = 'Volumes/HACKERS/BDMV/PLAYLIST';
$sequence = [00506, 00500, 00001, 00502];
$playlist = new Playlist($directoryToScan);
$scanner = new Scanner($playlist, $sequence);
$scanner->searchSequence();

About

Scan Blue Ray playlist files to match play sequence found in mpls files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages