"renojim" wrote:
No, completely different beast. If you're really interested in the original My Media, you might want to start from the first post in this thread to see what it takes to install the server. el.wubo is no longer involved and I'm not sure how much of the installation procedure is still relevant, but if you really, really want to try it, I can probably help out.
-JT
"renojim" wrote:
What sort of computer or NAS are you wanting to use as your server? As a first step, you need to install Python on your server. Version 2.7.9 is what I'm using. Version 3 won't work.
You should know that how things are presented within the UI are entirely dependent on how you have them organized (in folders/directories). If you're the kind of person that likes to put everything in one directory that's exactly how they'll be presented and this probably isn't for you.
-JT
"renojim" wrote:
Follow the instructions given in the first post of this thread. They will ultimately lead you to this: http://netguy204.github.io/roku_media_server/developers_preview.html
There's more instructions there, but that's where you'll find the link to the code (server and client) given here again: https://github.com/netguy204/roku_media_server/zipball/channel
Ignore the part about installing the client using developer mode (unless you're really interested). The client code in that download is probably out of date. I'll give you a channel you can install when I figure out which one is best (I have a few variations from my experiments over the years).
Once you get the Python server stuff installed, you can run a simple test from a browser to see if it's working without having to install anything on your Roku yet. Installing the server is the hard part. Unzip the code to wherever you like. There's a "springboard" utility that may be of some help with configuring the directories of your media and launching the server. The instructions say to use Python 2.6, but I've used 2.6 and 2.7, so either should be fine.
If you make it this far, on your server machine you should be able to browse to http://localhost:8001/feed and see a simple listing of your media. From a computer different than your server you should be able to browse to http://<ip addr of server>:8001/feed (e.g., http://192.168.1.10:8001/feed).
Good luck!
-JT
"renojim" wrote:
It's safe. It's just trying to tell you that you shouldn't run the server code on a computer connected directly to the Internet. No one in their right mind would expose their computer that way and if you're using a Roku you must already have a router that acts as a firewall. Your Roku and your computer should both show that they are using an IP address of the form 192.168.x.x or 10.x.x.x. It they are (and they almost certainly are) then they are behind a firewall and there's no security issue.
-JT
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. You will not be able to log in or post new comments or kudos during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 12 and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
Thanks for your patience — we’re excited to share what’s next!