Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vendza committed Jun 10, 2018
1 parent dfcca67 commit b645741
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions M3U2PLEX_MASTER.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@echo off
title M3U2PLEX
echo Welcome To M3U2PLEX Startup Guide
pause
echo Please Enter Your M3U Below:
set /p -playlist=""
echo your -playlist= is %-playlist%
if '%-playlist=%'=='' mkdir %USERPROFILE%\AppData\Local\Temp\Telly
pause
cd %USERPROFILE%\Downloads
telly-windows-amd64.exe -playlist="%-playlist%" -streams=5 -friendlyname=M3U2PLEX -listen=localhost:7575 -deviceid=12345678 -logrequests -temp=%USERPROFILE%\AppData\Local\Temp\Telly\file



14 changes: 14 additions & 0 deletions M3U2PLEX_MASTER.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@echo off
title M3U2PLEX
echo Welcome To M3U2PLEX Startup Guide
pause
echo Please Enter Your M3U Below:
set /p -playlist=""
echo your -playlist= is %-playlist%
if '%-playlist=%'=='' mkdir %USERPROFILE%\AppData\Local\Temp\Telly
pause
cd %USERPROFILE%\Downloads
telly-windows-amd64.exe -playlist="%-playlist%" -streams=5 -friendlyname=M3U2PLEX -listen=localhost:7575 -deviceid=12345678 -logrequests -temp=%USERPROFILE%\AppData\Local\Temp\Telly\file



0 comments on commit b645741

Please sign in to comment.