Page 3 of 4

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Tue Jul 20, 2021 6:28 pm
by Murdock
It can be downloaded from https://github.com/silentmurdock/wrserver/releases/tag/v0.4.2 for various systems, including arm.

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Sat Jul 24, 2021 5:30 pm
by sectroyer
Murdock wrote: Tue Jul 20, 2021 6:28 pm It can be downloaded from https://github.com/silentmurdock/wrserver/releases/tag/v0.4.2 for various systems, including arm.
One more question. As I block almost all traffic to tv I would have to run server on some other arm device (rpi, or something). Can I configure it to automatically upload downloaded files separate folder once download is finished? I would like to automatically move them to tv once it's on (using cron or something).

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Mon Jul 26, 2021 7:09 am
by Murdock
The program is currently unable to do this. My primary goal was to implement operation from memory. It can download a torrent to a specific location, but the files will be deleted automatically when playback is complete.

Of course, I can also implement this feature if needed.

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Mon Jul 26, 2021 9:08 am
by sectroyer
Murdock wrote: Mon Jul 26, 2021 7:09 am The program is currently unable to do this. My primary goal was to implement operation from memory. It can download a torrent to a specific location, but the files will be deleted automatically when playback is complete.

Of course, I can also implement this feature if needed.
Ahh I don't mind that. It's just that I have blocked inernet access (only lan allowed + some exceptions) on my tv so I have to download on rpi for example. So if I understand correctly it's possible to do this with this tool ? And server "streams" downloaded files to TV? What protocol did you use for that? I remember having some issues playing avi/mkv over http for example :)

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Mon Jul 26, 2021 4:28 pm
by Murdock
Yes, it can download torrents, but when you close the program or stop the torrent, the downloaded files are automatically deleted.
Yes it provides videos over http.

Try this test version, which I compiled for armv6. It has a built-in WebUI interface that can launch a torrent and play its contents over a DLNA connection. This is an alpha version.

Download wrserver-webui-dlna-armv6-test.zip

Start with the following command:

Code: Select all

wrserver -webui
Open the webui in a web browser.

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Tue Jul 27, 2021 5:44 pm
by sectroyer
Murdock wrote: Mon Jul 26, 2021 4:28 pm Yes, it can download torrents, but when you close the program or stop the torrent, the downloaded files are automatically deleted.
So In case of power loss or something I loose downloaded files ?
Murdock wrote: Mon Jul 26, 2021 4:28 pm Start with the following command:

Code: Select all

wrserver -webui
Open the webui in a web browser.
I was able to execute it and access the webui but I don't seem to find a way to add torrents :( Also It seems I can only specify listen port for webui ? Is there a way to specify torrent listen port?

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Tue Jul 27, 2021 9:28 pm
by sectroyer
BTW all my boards are armv7 compatible so no need for armv6 version :)

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Wed Jul 28, 2021 6:01 pm
by Murdock
sectroyer wrote: Tue Jul 27, 2021 5:44 pm So In case of power loss or something I loose downloaded files ?

I was able to execute it and access the webui but I don't seem to find a way to add torrents :( Also It seems I can only specify listen port for webui ? Is there a way to specify torrent listen port?
Yes, in case of a power failure you lose your files.
Yes, in the alpha version it is not yet possible to add a torrent via webui.
Torrent port cannot be set because it is changed automatically by the server.

So far, I haven’t really dealt with these issues because my goal was to stream from memory.

I will try to add these features and then share the developments.

I don’t really want to add a built-in torrent client because I can create it much more easily as a separate program if only the download is important.

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Thu Jul 29, 2021 2:01 pm
by sectroyer
Murdock wrote: Wed Jul 28, 2021 6:01 pm Yes, in case of a power failure you lose your files.
Yes, in the alpha version it is not yet possible to add a torrent via webui.
I can do it from cmd or cfg file. No need for ui :)
Murdock wrote: Wed Jul 28, 2021 6:01 pm Torrent port cannot be set because it is changed automatically by the server.
There should be a cmd option for that. I forward ONLY specific ports to specific machines.
Murdock wrote: Wed Jul 28, 2021 6:01 pm So far, I haven’t really dealt with these issues because my goal was to stream from memory.
I will try to add these features and then share the developments.
I don’t really want to add a built-in torrent client because I can create it much more easily as a separate program if only the download is important.
Explained more via PM :)

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Posted: Fri Aug 06, 2021 12:49 pm
by sectroyer
One more thing that came to me (not sure if this feature is already implemented or not ?) is to have some "indicator" about movies/episodes that you already watched. Border or different background color?