Page 2 of 2

Re: Why sabnzbd does not support android system ??!

Posted: February 7th, 2021, 8:42 am
by Dex21
What should i do now ??

Need to get 25.1 MB of archives.
After this operation, 111 MB of additional disk space will be used.
Do you want to continue? [Y / n]

Re: Why sabnzbd does not support android system ??!

Posted: February 7th, 2021, 10:04 am
by sander
press Enter

Re: Why sabnzbd does not support android system ??!

Posted: February 10th, 2021, 12:19 pm
by Dex21
sander wrote: February 7th, 2021, 10:04 ampress Enter
Thank you sander
Now I can use
sabnzbd on my android phone

But there is an error message that comes up

SABnzbd was started with encoding ANSI_X3.4-1968, this should be UTF-8. Expect problems with Unicoded file and directory names in downloads.

Please help me

Re: Why sabnzbd does not support android system ??!

Posted: February 10th, 2021, 3:02 pm
by sander
Dex21 wrote: February 10th, 2021, 12:19 pm
Thank you sander
Now I can use
sabnzbd on my android phone
Cool! Well done! Including downloading files and making them available to Android itself?

Dex21 wrote: February 10th, 2021, 12:19 pm But there is an error message that comes up


SABnzbd was started with encoding ANSI_X3.4-1968, this should be UTF-8. Expect problems with Unicoded file and directory names in downloads.

Please help me
You can ignore it for most downloads.

Or solve it with by starting SABnzbd like this:

Code: Select all

env LANG=C.UTF-8 sabnzbdplus
Please note: that command is case sensitive ... so use capital letters like I instructed.

HTH

Code: Select all

sander@localhost:~$ env LANG=C.UTF-8 sabnzbdplus
2021-02-10 20:49:01,569::INFO::[sabnzbdplus:1148] --------------------------------
2021-02-10 20:49:01,570::INFO::[sabnzbdplus:1149] sabnzbdplus-3.2.0RC1
2021-02-10 20:49:01,575::INFO::[sabnzbdplus:1159] Commit: 65278c4489256fe5ec47fc796a649c28ad55095f
2021-02-10 20:49:01,580::INFO::[sabnzbdplus:1160] Full executable path = /usr/bin/sabnzbdplus
2021-02-10 20:49:01,581::INFO::[sabnzbdplus:1170] Platform = posix
2021-02-10 20:49:01,582::INFO::[sabnzbdplus:1171] Python-version = 3.6.9 (default, Oct  8 2020, 12:12:24)
[GCC 8.4.0]
2021-02-10 20:49:01,583::INFO::[sabnzbdplus:1172] Arguments = "/usr/bin/sabnzbdplus"
2021-02-10 20:49:01,584::INFO::[sabnzbdplus:1176] Not inside a docker container
2021-02-10 20:49:01,584::INFO::[sabnzbdplus:1179] Preferred encoding = UTF-8

Re: Why sabnzbd does not support android system ??!

Posted: February 11th, 2021, 12:10 am
by Dex21
Can you give me the correct download path for the finished files for Android

Because the finished files are not saved after downloading, I don't know what the problem is

Re: Why sabnzbd does not support android system ??!

Posted: February 11th, 2021, 1:09 am
by sander
see https://sabnzbd.org/wiki/advanced/android.html -> "Share downloads to Android"

Re: Why sabnzbd does not support android system ??!

Posted: February 11th, 2021, 2:38 am
by Dex21
sabnzbdplus does not save files on my android device

I don't know what the problem is

I tried to add
This is the file "internal storage": / Android/data/tech.ula/files/storage

On Completed Download Folder
But I can't find the files after downloading them

Re: Why sabnzbd does not support android system ??!

Posted: February 11th, 2021, 3:22 am
by sander
No, like https://sabnzbd.org/wiki/advanced/android.html says:

So, in SABnzbd set Complete to /storage/internal/

Howto: sabnzbd on android

Posted: February 11th, 2021, 4:56 am
by Dex21
It worked


thank you for helping me

Re: Howto: sabnzbd on android

Posted: February 11th, 2021, 6:00 am
by sander
Dex21 wrote: February 11th, 2021, 4:56 am It worked


thank you for helping me
Cool. Glad you were able to get it working. Your question triggered me to find a solution for SABnzbd on Android.