Beta Arctic: Zephyr 2 - Resurrection - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221) +---- Thread: Beta Arctic: Zephyr 2 - Resurrection (/showthread.php?tid=362941) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
RE: Arctic: Zephyr 2 - Resurrection - krilok - 2021-08-19 (2021-08-19, 19:07)nfm886 Wrote:(2021-08-19, 19:01)krilok Wrote:(2021-08-19, 18:40)nfm886 Wrote: Please show log file... Yes, it's QTS 4.5.4.1741, although as mentioned, same issues on an Amazon Firestick as well... RE: Arctic: Zephyr 2 - Resurrection - heppen - 2021-08-19 (2021-08-19, 19:17)krilok Wrote:(2021-08-19, 19:07)nfm886 Wrote:(2021-08-19, 19:01)krilok Wrote: Here's the log file: https://paste.kodi.tv/etujewekud.kodi I'm not familiar with it but maybe you should try to install this package: https://www.qnapclub.eu/en/qpkg/261 It contains a lot of modules, including Pillow, so maybe it will fix your issue. RE: Arctic: Zephyr 2 - Resurrection - krilok - 2021-08-19 (2021-08-19, 19:19)nfm886 Wrote:Thank you... Will give it a shot and post results.(2021-08-19, 19:17)krilok Wrote:(2021-08-19, 19:07)nfm886 Wrote: Ok. I knew it... RE: Arctic: Zephyr 2 - Resurrection - heppen - 2021-08-19 (2021-08-19, 19:26)krilok Wrote:Ok. If it won't work, try to add this paackage to PATH(2021-08-19, 19:19)nfm886 Wrote:Thank you... Will give it a shot and post results.(2021-08-19, 19:17)krilok Wrote: Yes, it's QTS 4.5.4.1741, although as mentioned, same issues on an Amazon Firestick as well... Code: export PATH=/opt/QPython3/bin:$PATH RE: Arctic: Zephyr 2 - Resurrection - krilok - 2021-08-19 (2021-08-19, 19:27)nfm886 Wrote:(2021-08-19, 19:26)krilok Wrote:Ok. If it won't work, try to add this paackage to PATH(2021-08-19, 19:19)nfm886 Wrote: I'm not familiar with it but maybe you should try to install this package: https://www.qnapclub.eu/en/qpkg/261Thank you... Will give it a shot and post results. Installed the Python 3 package for Qnap, but unfortunately, seems to make no difference and I get the same errors. As for the other method you mentioned, I have no idea how to get around to doing that; would you be able to explain what steps would need to be taken? Thank you... RE: Arctic: Zephyr 2 - Resurrection - heppen - 2021-08-19 (2021-08-19, 19:44)krilok Wrote: Installed the Python 3 package for Qnap, but unfortunately, seems to make no difference and I get the same errors. As for the other method you mentioned, I have no idea how to get around to doing that; would you be able to explain what steps would need to be taken? Thank you... You must get into command prompt somehow. For example, by connecting through ssh. And then just copy-paste that command I sent you before, to export PATH. Try this: https://www.qnap.com/en/how-to/knowledge-base/article/how-to-access-qnap-nas-by-ssh RE: Arctic: Zephyr 2 - Resurrection - krilok - 2021-08-19 (2021-08-19, 19:51)nfm886 Wrote:(2021-08-19, 19:44)krilok Wrote: Installed the Python 3 package for Qnap, but unfortunately, seems to make no difference and I get the same errors. As for the other method you mentioned, I have no idea how to get around to doing that; would you be able to explain what steps would need to be taken? Thank you... OK, have managed to access the NAS via SSH. I'm greeted with a few standard commands and an input line at the bottom, on to which I've pasted the command you gave me and then hit enter. No errors but no confirmation dialogues or anything. So, I've logged off, rebooted the NAS, crossed my fingers, but unfortunately, same issues with the skin... In any event, I don't want to waste any more of your time; perhaps it's an issue with the Kodi Qnap package that can't be fixed from this side. You've been kind enough to guide me so far, so thank you, I really do appreciate it... RE: Arctic: Zephyr 2 - Resurrection - heppen - 2021-08-19 (2021-08-19, 20:20)krilok Wrote: No errors but no confirmation dialogues or anything. So, I've logged off, rebooted the NAS, crossed my fingers, but unfortunately, same issues with the skin... If you see no errors or confirmation it's a good sign. This is how shell works ^^ Don't reboot your NAS after entering this command, just after it, check if it works (reboot Kodi only if possible). This command will works only before reboot, after reboot you must enter it again or add this PATH to environment variable. You can try to do something else... Try to run this command: Code: /opt/QPython3/bin/pip3 install Pillow RE: Arctic: Zephyr 2 - Resurrection - krilok - 2021-08-19 (2021-08-19, 20:29)nfm886 Wrote:(2021-08-19, 20:20)krilok Wrote: No errors but no confirmation dialogues or anything. So, I've logged off, rebooted the NAS, crossed my fingers, but unfortunately, same issues with the skin... Tried both commands but no dice... Keep getting the same errors. Uninstalled the skin in hopes reinstalling it again after the commands would fix it, but again, same issues... RE: Arctic: Zephyr 2 - Resurrection - heppen - 2021-08-19 (2021-08-19, 20:46)krilok Wrote:(2021-08-19, 20:29)nfm886 Wrote:(2021-08-19, 20:20)krilok Wrote: No errors but no confirmation dialogues or anything. So, I've logged off, rebooted the NAS, crossed my fingers, but unfortunately, same issues with the skin... I can't help you further, sorry. I don't own QNAP NAS and I'm not familiar with it. Just know that error means you need Pillow package. I got the same issue before and installing python3-pillow solved it. You can try to install this package: https://www.qnapclub.eu/en/qpkg/1134 and try with it Code: /opt/QPython39/bin/pip3 install pillow Previous package did not mess with your PATH variable, maybe this one will, so you don't have to run this command with export PATH. But as I said, I don't own this device so can't test it locally. It just my thoughts. Maybe someone else will be able to help you better. RE: Arctic: Zephyr 2 - Resurrection - krilok - 2021-08-19 (2021-08-19, 20:54)nfm886 Wrote:With the Python 3.9.X package I get the same results, so, I guess I'll give it up for now, and thank you again for all the help and guidance.(2021-08-19, 20:46)krilok Wrote:(2021-08-19, 20:29)nfm886 Wrote: If you see no errors or confirmation it's a good sign. This is how shell works ^^ RE: Arctic: Zephyr 2 - Resurrection - heppen - 2021-08-19 (2021-08-19, 21:25)krilok Wrote:(2021-08-19, 20:54)nfm886 Wrote:With the Python 3.9.X package I get the same results, so, I guess I'll give it up for now, and thank you again for all the help and guidance.(2021-08-19, 20:46)krilok Wrote: Tried both commands but no dice... Keep getting the same errors. Uninstalled the skin in hopes reinstalling it again after the commands would fix it, but again, same issues... Unlucky RE: Arctic: Zephyr 2 - Resurrection - Meglivorn - 2021-08-22 Before anything: thank you for this skin, it's amazing! Elegant, quick, clean, (almost) perfect. Very big Thank You! After using for a while, fixing up my libraries after the upgrade/reinstall, I noticed: When I check the Info on a TVSeries, it gives the cast just fine. https://i.postimg.cc/Hxddhx7r/screenshot00000.png But when I check Info on a specific episode of the same series, the caslt list pictures are the series season images. https://i.postimg.cc/qvKrBnst/screenshot00001.png I think this is a bug, not a feature Also, I've seen some asking mods for the language (audio/subtitle tracks) informations, but I just can't get them anywhere. Is it me, or somewhere they are got dropped? I sthere a way to turn them on/off and I'm just blind or something wrong? https://i.postimg.cc/hjy61P8W/screenshot00002.png Plus, a request if I may: In the Movie Sets info panel, there is that N/A where in normal movies are the release date+ Would it be possible to write the count of the movies in the sets? (for example: "Back To the Future Collection - 3 Movies" ) https://i.postimg.cc/ZYQX9nK6/screenshot00003.png RE: Arctic: Zephyr 2 - Resurrection - zeeya - 2021-08-23 Quote:# How to get ratings working? All the above tasks are done, but still no ratings (except Trakt and Tmdb) are displayed, any further instructions? Please help. RE: Arctic: Zephyr 2 - Resurrection - Meglivorn - 2021-08-24 One more question... There is a setting for showing the Watched status on the thumbnails, but is it possible that only show when it's Not? The episode numbers on the series and an icon on the Movies? The ✅ on every single movie or series is just noise |