Goose
(Goose)
1 Mayo, 2019 21:43
2
¿Te refieres a este post?
Thanks to wisermouse for this script, it extracts the metadata in a .ARG (ArgusTV) format:
Step 1: Add the following parameters in your profile:
PreMetaCustomCommandPath=C:\Perl64\bin\perl.exe
PreMetaCustomCommandParameters=c:\code\dvblink.pl %sourcefile%
PreMetaCustomCommandHangPeriod=0
PreMetaCustomCommandCritical=true
Step 2: To use this you just need to copy the code below into a file dvblink.pl as configured in your profile above:
#!/usr/bin/perl -w
use strict;
use warnings;
use LWP::U…
Debería ser bastante sencillo. El paso son las modificaciones que debes hacer en tu archivo mcebuddy.profiles, específicamente al perfil que quieras usar. El paso 2 es el archivo que debes crear/guardar y que será llamado por MCEBuddy cuando use el perfil.
Puedes encontrar más detalles sobre perfiles y comandos personalizados aquí:
MCEBuddy Profiles Basics
Stock MCEBuddy profiles are in the profiles.conf file located in the config directory where MCEBuddy is installed. One can create new profiles or customize existing ones.
It’s highly recommended to create your own custom profiles.conf file in a directory outside of MCEBuddy’s installation folder (e.g. C:\MCECustomProfile) and configure MCEBuddy to use that custom profiles.conf from Settings → Expert Settings → Profiles.conf → Click on … → select your custom profiles.…