"kc8pql" wrote:"Saqqara" wrote:
Nowhereman has some interesting thoughts on his blog at thenowhereman.com relating to local media access on the Roku.... I have to agree with him, the hurdles are just too great for many people the way setup is approached right now via developer mode etc.
I agree too. That's why I bought the Roku in the first place. I just got tired of constantly having to mess around with multiple steps to get third party software to do what I wanted to do.
"dellsweig" wrote:"el.wubo" wrote:"DeftOne" wrote:
Is MyMedia doing any sort of scaling of the photos when it displays them on-screen during the slideshow? For some reason the quality of the photos seems to be significantly less than when viewing the same photos through the Flickr channel.
It is. Right now it's scaling only to SD resolution instead of HD. We will soon make it pick the right one for your television.
If you have an HD television and you want it to scale to HD you can open server/common.py and go to line 298.
Change
THB_DIM = THB_SD_DIM
FULL_DIM = FULL_SD_DIM
to be
THB_DIM = THB_HD_DIM
FULL_DIM = FULL_HD_DIM
Let me know if that looks comparable to flickr in your case.
ElWubo
Made these changes and the pictures look great on my 1080p TV
Thanks
"stspur" wrote:
Hi Guys,
First of all I wanted to thank you for your efforts with this Program. I've enjoyed it thoroughly! Currently, I'm running Python, 2.6 32 bit, PIL 1.7 32 bit, and My Media: Photo2 on Windows 7 64bit and it works perfectly.
I'm a novice when it comes o programming however I would also like to change the photo scaling from SD to HD so I can view my photos at 1080 on my HDTV. I'm having issues getting into the code base for "My Media". Can someone refer me to the appropriate post or give me detailed instructions?
Thanks in advance.
"Saqqara" wrote:
Nowhereman has some interesting thoughts on his blog at thenowhereman.com relating to local media access on the Roku....Seems to me My Media is architecturally best positioned to become as simple to install and use as would be necessary for a very popular solution, but I have to agree with him, the hurdles are just too great for many people the way setup is approached right now via developer mode etc.
"stspur" wrote:
Wow, I'm a programmer now! All this time I thought it was magic you guys were performing. Thanks for the tip. I'll check it out ASAP
"tyla46" wrote:
I'm trying to get this set up in Ubuntu. I get the server running and can get to the server through firefox, but it won't connect to the Roku.
I've tried setting different ports to no avail. I had it running in windows 7 with out problems but I prefer linux for this type of thing.
this is what I get in the terminal when the server is running:
~/.roku/server$ python springboard.py
writing configuration
http://0.0.0.0:8001/
"hammerpocket" wrote:
On nowhereman's blog I put this forward as a model for a mac application:
http://thelittleappfactory.com/rivet/
I have considered emailing the Little App factory about doing a Roku app and channel. They also make DVD ripping and h.264 conversion software, so it would fit well with their product line. If My Media could get close to this, it would be great.