Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update autoscan-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raikiri72 committed Jan 29, 2023
1 parent f820696 commit 2d463d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions autoscan/autoscan-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ media_server(){
target3='jellyfin'
serverport="${plexport}"
url="http://172.17.0.1:${serverport}"
url2="http://172.17.0.1:${embyport}/emby"
url2="http://172.17.0.1:${embyport}"
url3="http://172.17.0.1:${jellyport}/jellyfin"
auth="${url}/?X-Plex-Token"
break
Expand All @@ -69,7 +69,7 @@ media_server(){
target2='plex'
target3='jellyfin'
serverport="${embyport}"
url="http://172.17.0.1:${serverport}/emby"
url="http://172.17.0.1:${serverport}"
url2="http://172.17.0.1:${plexport}"
url3="http://172.17.0.1:${jellyport}/jellyfin"
auth="${url}/System/Info?Api_key"
Expand All @@ -82,7 +82,7 @@ media_server(){
serverport="${jellyport}"
url="http://172.17.0.1:${serverport}/jellyfin"
url2="http://172.17.0.1:${plexport}"
url3="http://172.17.0.1:${embyport}/emby"
url3="http://172.17.0.1:${embyport}"
auth="${url}/System/Info?Api_key"
break
;;
Expand Down Expand Up @@ -167,12 +167,12 @@ targets:
- url: ${url}
token: ${servertoken}
# ${target2}
# - url: ${url2}
# ${target2}:
# - url: ${url2}
# token: <token>
# ${target3}
# - url: ${url3}
# ${target3}:
# - url: ${url3}
# token: <token>
#anchors:
Expand Down

0 comments on commit 2d463d9

Please sign in to comment.