Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 83
  • 84
  • 85(current)
  • 86
  • 87
  • 113
Beta Arctic: Zephyr 2 - Resurrection
(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...

Here's the log file: https://paste.kodi.tv/etujewekud.kodi

I see several 'No module named 'PIL' ' related errors, but have no idea what they mean...

Thanks.

Ok. I knew it...
You must install Python Pillow package.
What is your OS?

#edit
I assume it's a QTS?

Yes, it's QTS 4.5.4.1741, although as mentioned, same issues on an Amazon Firestick as well...  Wink
Reply
(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 see several 'No module named 'PIL' ' related errors, but have no idea what they mean...

Thanks.

Ok. I knew it...
You must install Python Pillow package.
What is your OS?

#edit
I assume it's a QTS?

Yes, it's QTS 4.5.4.1741, although as mentioned, same issues on an Amazon Firestick as well...  Wink

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.
Reply
(2021-08-19, 19:19)nfm886 Wrote:
(2021-08-19, 19:17)krilok Wrote:
(2021-08-19, 19:07)nfm886 Wrote: Ok. I knew it...
You must install Python Pillow package.
What is your OS?

#edit
I assume it's a QTS?

Yes, it's QTS 4.5.4.1741, although as mentioned, same issues on an Amazon Firestick as well...  Wink

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.
Thank you... Will give it a shot and post results.  Wink
Reply
(2021-08-19, 19:26)krilok Wrote:
(2021-08-19, 19:19)nfm886 Wrote:
(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...  Wink

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.
Thank you... Will give it a shot and post results.  Wink
Ok. If it won't work, try to add this paackage to PATH

Code:
export PATH=/opt/QPython3/bin:$PATH
Reply
(2021-08-19, 19:27)nfm886 Wrote:
(2021-08-19, 19:26)krilok Wrote:
(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/261 
It contains a lot of modules, including Pillow, so maybe it will fix your issue.
Thank you... Will give it a shot and post results.  Wink
Ok. If it won't work, try to add this paackage to PATH

Code:
export PATH=/opt/QPython3/bin:$PATH

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...
Reply
(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...nas-by-ssh
Reply
(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...

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...nas-by-ssh

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...  Sad

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...
Reply
(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...  Sad

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
and then run Kodi and see if it works.
Reply
(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...  Sad

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
and then run Kodi and see if it works.

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...
Reply
(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...  Sad

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
and then run Kodi and see if it works.

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...

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
It's the last idea I have.
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.
Reply
(2021-08-19, 20:54)nfm886 Wrote:
(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 ^^
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
and then run Kodi and see if it works.

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...

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
It's the last idea I have.
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.
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.
Reply
(2021-08-19, 21:25)krilok Wrote:
(2021-08-19, 20:54)nfm886 Wrote:
(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...

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
It's the last idea I have.
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.
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.

Unlucky Sad
Reply
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 Smile

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
Reply
Quote:# How to get ratings working?
To get movie/tv show ratings working you need to get OMDb API Keys.
When you have api key, go to settings > add-ons > my add-ons > video add-ons > TheMovieDb Helper > settings > API Keys > enter you API key there
After that, you have to enable TheMovieDb to showing ratings. Go to skin settings > Library > Choose displayed ratings > and check TheMovieDb
You may also want to enable "Extras and special features"
Go to skin settings > Miscellaneous > Choose info-dialog lists > check "Use online information" and "Extras and special features" also
That's all! Enjoy Smile

All the above tasks are done, but still no ratings (except Trakt and Tmdb) are displayed, any further instructions?
Please help.
Reply
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 Huh
Reply
  • 1
  • 83
  • 84
  • 85(current)
  • 86
  • 87
  • 113

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr 2 - Resurrection0