Hmm... it seems like it has to be there somewhere. It used to be named
rss_server.py, but that was quite a while ago and certainly before the Extreme Avocado version. How do you start the server? mymedia.bat? I just looked at the files in the version given in the
walkthrough and mymedia.py is in there. It doesn't really matter where you put the whole package as long as you keep the sub-directory hierarchy, so your directory is fine.
The
colors.xml reference is a reference to an optional file where you can set the colors you use. I never liked the bright colors and I use the black and green graphics that I think were created by umbighouse, so mine looks like this:
<?xml version="1.0" encoding="iso-8859-1"?>
<colors>
<BreadcrumbTextLeft>#07B27D</BreadcrumbTextLeft>
<BreadcrumbTextRight>#FAFAFA</BreadcrumbTextRight>
<BreadcrumbDelimiter>#69B79F</BreadcrumbDelimiter>
<BackgroundColor>#202020</BackgroundColor>
</colors>
There's a bunch of theme attributes that can be changed if you wanted to look through the Roku documentaion.
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.