Added instructions to the movie night page and decorated it, added ico. Finalised 1.0 version

This commit is contained in:
Lewis 2025-05-19 11:06:59 +01:00
parent ca2c4fe969
commit e822bca097
2 changed files with 36 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View File

@ -7,27 +7,56 @@
}
div {
background-color: #9275cc;
border: 2px solid white;
width: 60%;
background-color: #d8d72b;
border: 3px solid white;
width: 50%;
position: fixed;
inset: 0px;
margin: auto;
opacity: 85%;
opacity: 96%;
text-align: center;
}
li {
margin: 4%;
}
p1 {
margin: 2%;
}
h2 {
text-align: center;
width: 50%;
}
</style>
<head>
<title>Movie Night Setup</title>
<link rel="icon" type="image/x-icon" href="assets/ico/movienight-favicon.ico">
</head>
<body>
<div>
<p1>Hello there! So you would like to join us for our weekly movie night? Please follow the instructions below to get everything setup!</p1>
<br>
<p1><i>This guide soley references Windows packages as it assumes the linux user will know how to use their package manager to download the necessary packages. Contact Draiqil for linux specific instructions.</i></p1>
<h2>Part One (Syncthing)</h2>
<ol>
<li>Download syncthing <a href="https://github.com/Bill-Stewart/SyncthingWindowsSetup/releases/latest" target="_blank">here</a>.</li>
<li>Go to localhost:8384 in your browser, then click 'Actions' > 'Show ID'.</li>
<li>Copy the ID seperated by 7 character blocks and send to Draiqil, await Draiqil and then and accept 'Katarix' connection request.</li>
<li>Once you are sent the film friday folder, accept it and put it where you like, this will be the folder where media for film friday is stored in.</li>
<li>You may wish to go into 'Actions' > 'Settings' > 'Connections' and limit your 'incoming rate limit' (download speed) if you are worried about bandwidth.</li>
</ol>
<b><p1>You will never need to manage the syncthing folder! Media for film friday will automatically be downloaded, and old media will be automatically deleted.</b></p1>
<br>
<h2>Part Two (Syncplay & VLC)</h2>
<ol>
<li>Download syncplay <a href="https://github.com/Syncplay/syncplay/releases/latest" target="_blank">here</a>.</li>
<li>Launch syncplay, and put the server address as katarix.dev:8999, with password MovieNight, the username and default room do not matter.</li>
<li>Click 'Run Syncplay' to verify you are able to connect to the server. Please contact Draiqil if this is not the case!</li>
<li>If you do not have 'VLC Player' installed, please download it from <a href="https://www.videolan.org/vlc/" target="_blank">here</a>.</li>
<li>If you have now installed, or already had VLC Player installed you are now ready for the next Movie Night! We hope to see you there :)</li>
</ol>
</div>
</body>
</html>