no reconoce mis peliculas en formato mkv alguien que domine python no se que hago mal
solome detecto el srt
pero no los videos eso deberia ser asi todo en automatico
[youtube=640,360]https://www.youtube.com/watch?v=ciMEY3moATU[/youtube]
https://github.com/kelciour/playphrase
el videogrep.bat lo tengo configurado asi
· No hagas doble post, usa el botòn modificar
>aquí las reglas del foro
-Engel Lex
solome detecto el srt
Código (python) [Seleccionar]
Phrase: _init_
C:\Users\user\Videos\Rocky.srt
Phrase: Rocky
'Rocky' is not found in 'C:\Users\user\Videos'
Phrase: phrase
'phrase' is not found in 'C:\Users\user\Videos'
Phrase: Apolo
'Apolo' is not found in 'C:\Users\user\Videos'
pero no los videos eso deberia ser asi todo en automatico
[youtube=640,360]https://www.youtube.com/watch?v=ciMEY3moATU[/youtube]
https://github.com/kelciour/playphrase
el videogrep.bat lo tengo configurado asi
Código [Seleccionar]
@echo off
setlocal EnableDelayedExpansion
set media_dir="C:\Users\user\Videos"
for /L %%n in (1,0,1) do (
set /p phrase="Phrase: "
if /I "!phrase!"=="q" call :stop
if /I "!phrase!"=="x" call :stop
if /I "!phrase!"=="quit" call :stop
if /I "!phrase!"=="exit" call :stop
playphrase.exe --input %media_dir% "!phrase!"
)
:stop
call :__stop 2>nul
:__stop
() creates a syntax error, quits the batch
· No hagas doble post, usa el botòn modificar
>aquí las reglas del foro
-Engel Lex