Anonymous

HowTo Use XineNet Desktop: Difference between revisions

From YSTV Documentation Wiki
outdated
m (Added linefeed for readability)
(outdated)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Using XineNet Desktop ==
{{outofdate}}
XineNet Desktop should be installed on (when I last checked) edit1, edit2, VTPC and OffPC, along with a few laptops.
'''''XineNet Desktop''''' should be installed on edit1, edit2, gfxpc and OffPC, along with a few laptops. It's designed to be very easy to use.  
It is designed to be very easy to use, when it starts up, look in the bottom right, it should say "Connected to ystvvidsrv". If it doesn't, go File->settings, change Host to ystvvidsrv, hit OK and restart the software. If it still won't connect, that PC probably has network issues. NB: On OBs this will be different.


The main controls are File->Open Playlist, Play, and Stop. You can work out the rest.  
# When it starts up, look in the bottom right, it should say "Connected to ystvvidsrv".
# If it doesn't, go to ''File'' > ''Settings'', change ''Host'' to '''[[ystvvtsrv]]''' (and the port to '''9815''').
# Hit OK and restart the program.
::* If it still won't connect, that PC probably has network issues.
::* On OBs these settings will be different.


Remember, VT Ops, after starting XineNet and opening the playlist, play the whole thing once. It will update the lengths for each video afterward so the countdown will be accurate next time round.
The main controls are ''File'' > ''Open Playlist'', ''Play'', and ''Stop''. You can work out the rest.
 
Remember, after starting XineNet and opening the playlist, '''play the whole thing once'''. It will update the ''Duration'' for each video as they play, so the countdown will be accurate next time the list is played.


== Creating Playlists ==
== Creating Playlists ==
This is the more important part of this How To. Creating playlists requires some manual editing of XML files, but fear not, its really easy.
This is the more important part of this How To. Creating playlists requires some manual editing of XML files, but fear not, it's really easy. Hopefully you have a sample playlist kicking around somewhere, if so right click it and select ''Edit with Notepad++'' (or ''Edit'' if [http://notepad-plus-plus.org/ Notepad++] isn't installed).
Hopefully you have a sample playlist kicking around somewhere, if so right click it and select edit.
 
Otherwise, open notepad and paste this in:
Otherwise, open Notepad++ and paste this in:


<pre>
<pre>
Line 22: Line 27:
</pre>
</pre>


Then save it as an XML file (after the filename put .xml then quotes around the whole thing as "filename.xml"
Then save it as an XML file (after the filename put ''.xml'' then quotes around the whole thing as ''"filename.xml"'').
To make videos available, stick them somewhere in playout_videos (it should be J:\ in My Computer). Ensure you don't include spaces in the file name.


For each file you want to add, you need to add this between the two playlist tags, in the correct order:
To make videos available, stick them somewhere in ''videos'' (on [[ystvvtsrv]], using [[WinSCP]]). Ensure you don't include spaces in the file name, use underscores ("_") instead.
 
===Adding VTs===
For each file you want to add to the playlist, you need to add this between the two <code><playlist></code> tags, in the correct order:


<pre>
<pre>
Line 34: Line 41:
</pre>
</pre>


Feel free to copy and paste this as many times as you need, changing the filename as needed. If your video is in a folder in playout_videos, you need to include this, for example:
If your video is in a folder in ''videos'', you need to include this, for example:


<pre>
<pre>
Line 43: Line 50:
</pre>
</pre>


Length should be set to something very short, if your VT is less than 5 seconds, make it lower.
Length should be set to something very short; if your VT is less than 5 seconds, set it lower. Don't worry about setting it to the exact length of the VT - we'll fix this later.


A playlist file must start:
A playlist file must always start:


<pre>
<pre>
Line 58: Line 65:
</pre>
</pre>


Below is the YSTV Spotlight S1E1 Playlist file, for reference:
 
===Example===
YSTV Spotlight S1E1 Playlist file, for reference:


<pre>
<pre>
Line 85: Line 94:
</playlist>
</playlist>
</pre>
</pre>
[[Category:Outofdate]]
admin team group, administrators, computing team, computing team group, domain admins, domain users, livestream distribution, livestream technicians, old calendar, producers, stv admin
65

edits