I want to develop a simple channedl for an israeli web sdarot.tv and have didn't know python.
I heard about comdeacademy and i finished 1/4 of the python course. When i'll finish it, will i have enough knowledge to write this channel? Notice that the files are MP4 so i guess that's works for me :)
Probably not. I wen through that course to teach myself as well and then I looked at the code for some channels and I am still lost. It teaches you the basics but you need much more than the basics to write a channel. Too bad they do not have a more advanced course.
Honestly it helps to have an understanding of programming code before you start, but I knew nothing about python when i started. I had just used a few languages in the past, so I understood the basic structure of code and syntax. Most of the python code used in Plex channels are basic, so they will make sense, if you have done some coding.
The best way to learn how to write Plex channels is to look at the code of existing Plex channels since it will be a mix of Python, Plex API, and xpath. Figuring out what was what and how the mix of code went together is what took me time to figure out. If there was something I did not understand, I would do a Google search of it and would usually find some explanation of it. Just look at the smaller, simpler channels first.
Lastly, if there is something that doesn't make sense and you cannot find an answer out there, the people on this forum are very nice, patient, and can help you figure out what is means or where to find the answer.