You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,23 @@ Warning: This app is a legacy program meant for older Samsung Smart TVs running
5
5
You may also wish to try a web browser with Jellyfin, wherever possible.
6
6
7
7
This is a fork of the original jellyfin-samsungtv repo which is now archived. If you own an older samsung TV as I do you probably wanted a more updated app. Feel free to use and start issues and pull requests. However, I am not the original developer of this app so I maynot be able to provide the best help.
8
+
9
+
## Installation
10
+
11
+
Install the app using your own web server's IP and the appropriate instructions
12
+
for your model year TV. Look [here](https://emby.media/community/index.php?/topic/9869-samsung-orsay-smarttv-2011-2015-community-app-install-instructions/&/topic/9869-samsung-smart-tv-app-install-instructions/?p=277346)
13
+
for general instructions.
14
+
15
+
These instructions explain how to prepare the files to be uploaded. It is also
16
+
possible to load the files using a USB stick; these notes don't cover that
17
+
process.
18
+
19
+
1. Edit the supplied `package.sh` script to set your own IP address and
20
+
document root. The script assumes a modern Linux (Ubuntu) setup; you may
21
+
need to make other adjustments to suit your environment.
22
+
1. Run the script. It will:
23
+
24
+
1. Create a ZIP file and an XML file that points to it.
25
+
2. Copy the file to your web server's document root.
26
+
3. Run the `netcat` command to listen for debug messages emitted when
0 commit comments