Remove Samsung account requirement

This commit is contained in:
Dmitry Lyzo 2022-11-05 22:55:39 +03:00
parent 1abd9525e8
commit 3aeeb6bf57

View File

@ -5,23 +5,20 @@
_Also look [Wiki](https://github.com/jellyfin/jellyfin-tizen/wiki)._
### Prerequisites
* Tizen Studio with IDE or Tizen Studio with CLI (<a href="https://developer.tizen.org/development/tizen-studio/download">https://developer.tizen.org/development/tizen-studio/download</a>)
* Tizen Studio 4.6+ with IDE or Tizen Studio 4.6+ with CLI (<a href="https://developer.tizen.org/development/tizen-studio/download">https://developer.tizen.org/development/tizen-studio/download</a>)
* Git
* Node.js 16+
* Samsung account
### Getting Started
1. Install prerequisites.
2. Install Certificate Manager and Samsung Certificate Extension with Tizen Studio Package Manager.
3. Register on Samsung.
4. Setup Samsung certificate <sup>_need Samsung account_</sup> in Certificate Manager.
> You can also setup Tizen certificate to simplify deployment to emulator.
5. Clone or download Jellyfin Web repository (<a href="https://github.com/jellyfin/jellyfin-web">https://github.com/jellyfin/jellyfin-web</a>).
2. Install Certificate Manager using Tizen Studio Package Manager.
3. Setup Tizen certificate in Certificate Manager.
4. Clone or download Jellyfin Web repository (<a href="https://github.com/jellyfin/jellyfin-web">https://github.com/jellyfin/jellyfin-web</a>).
```sh
git clone https://github.com/jellyfin/jellyfin-web.git
```
6. Clone or download Jellyfin Tizen (this) repository.
5. Clone or download Jellyfin Tizen (this) repository.
```sh
git clone https://github.com/jellyfin/jellyfin-tizen.git
```
@ -85,7 +82,7 @@ tizen package -t wgt -o . -- .buildResult
```sh
sdb connect YOUR_TV_IP
```
4. `Permit to install applications` on your TV with Device Manager from Tizen Studio. Or with sdb.
4. If you are using a Samsung certificate, `Permit to install applications` on your TV using Device Manager from Tizen Studio. Or with sdb.
> TODO: Find a command
5. Install package.
```sh