![]() |
|
[LINUX] Sam's beta image for Apple TV? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: [LINUX] Sam's beta image for Apple TV? (/showthread.php?tid=88518) |
- Metsadah - 2011-01-05 18:33 how long does dd take on a mac, i did the following in a terminal: Code: dd if=usb.img of=/dev/disk1 bs=8192after unmounting and checking if its indeed /dev/disk1 and its still not finished after 30 minutes. I see my usb stick's light burning so there is definately activity. - defiler - 2011-01-05 20:35 Metsadah Wrote:how long does dd take on a mac, i did the following in a terminal: Well, assume 8MB/sec for your flash drive, and a 4GB image, I'd expect it to be done in 10 mins. Try running the following (don't know if it's installed, but worth a shot): Code: iostat -p -k 3That'll show activity in kB/sec on each partition, updating every 3 seconds. As I say, it might not be installed. If it is, though, it'll help you out. - garyi - 2011-01-05 20:39 "Yeah Linux does that sometimes, it never plays nice with my ADDS setup on WS2K8R2, so I just add SMB shares through sources.xml and then Set Content for scraping." UNderstanding that sam is busy would someone explain to me how to do that? Importantly how to change anything on the stick, for instance I can log into via shh on cyberduck but don't have permissions to change, copy etc once in, all I can do is look at files. I would appreciate a heads up on this (not you sam, back to cramming!) - Sam.Nazarko - 2011-01-05 20:51 Metsadah Wrote:how long does dd take on a mac, i did the following in a terminal: garyi Wrote:"Yeah Linux does that sometimes, it never plays nice with my ADDS setup on WS2K8R2, so I just add SMB shares through sources.xml and then Set Content for scraping." http://wiki.xbmc.org/index.php?title=Adding_Media_Sources#Through_Sources.xml E.g. Code: <source>could be put under Videos/Music etc, then you just press Set Content after holding Menu in aTV and choose type of content. You can't SCP things like sources.xml because it is owned by root (was installed by rc.local). You have to use putty (command line ssh), and use sudo nano /root/.xbmc/userdata/sources.xml Outta here - garyi - 2011-01-05 21:10 Could I not just do a clean install of XBMC on my laptop, point to the shares I want then blag the stuff out of the sources file for the ATV. Or is that too simple. I don't fancy writing all that code. According to the interweb OSX has built in shh. So I will work from there. - Sam.Nazarko - 2011-01-05 21:21 It's not code. It really is simple, but yeah you can do that, seems unnecessary though. ssh is built into osx, just run ssh from terminal - garyi - 2011-01-05 21:28 Simple to you sam.
- pumkinut - 2011-01-05 21:43 I usually edit my sources.xml by hand, it's just way faster than going through the GUI. And, I always go with the IP of the server rather than names, it's just less likely to break. <path pathversion="1">smb://user:password@x.x.x.x/path/to/media</path> Where x.x.x.x is the IP address of my media server. Even though it's an Ubuntu box hosting the shares as SMB shares, I find giving it the IP just works. - garyi - 2011-01-05 21:55 poking around with cyberduck the XBMC folder would appear to be usr/share/xbmc ? Thing is I added a random local source just to get a source file going but its not showing up, so I cannot adjust it. - garyi - 2011-01-05 21:58 OK worked out its where sam said, but my passwords are not good enough, I tried atv, root and xbmc |