2024-03-14, 23:36
Hi everyone, home i post on the right category.
I'm planing to customize my Kodi. I use Unity appearance:
3 things:
- I want to customize the "TMDB embuary info" extension. I want to add a button in the window that show films and series detaill (Next i will do the same on the realisator and actors one).
- This button needs to launch a custom python script that run on the NFS server. The script needs the info on that said window as parameters. (the scripts is almost done, and works like a charm)
- When the script launch, i want to open a pop up info window with a progress bar waiting for the script to finish. It have to be in another thread and optionally (maybe with another button in that pop up window) show the prints that my script do. But first let's stick to the simple infinite progress bar.
That makes quite a lot for my poor python skills, but that is my path, and sure i will learn a lot on that one
If anyone can point me to a right direction to follow, some files to look at , some good tips to speed the work flow, it will help a lot.
I'm planing to customize my Kodi. I use Unity appearance:
3 things:
- I want to customize the "TMDB embuary info" extension. I want to add a button in the window that show films and series detaill (Next i will do the same on the realisator and actors one).
- This button needs to launch a custom python script that run on the NFS server. The script needs the info on that said window as parameters. (the scripts is almost done, and works like a charm)
- When the script launch, i want to open a pop up info window with a progress bar waiting for the script to finish. It have to be in another thread and optionally (maybe with another button in that pop up window) show the prints that my script do. But first let's stick to the simple infinite progress bar.
That makes quite a lot for my poor python skills, but that is my path, and sure i will learn a lot on that one
If anyone can point me to a right direction to follow, some files to look at , some good tips to speed the work flow, it will help a lot.