sean_ | used to use windows 6 years ago, fumbled with matching os's with disks, periodic crash and reinstalls then discovered linux...trying all I settled into Ubuntu | 02:09 |
---|---|---|
sean_ | found Mythbuntu and love it | 02:10 |
sean_ | got a backend installed, and a remote front end | 02:10 |
sean_ | recordings work but no music or videos | 02:11 |
sean_ | on my frontend though music setting was smb://cyberanus/music | 02:11 |
sean_ | cyberanus being the server 192.168.1.46 and /music being /var/lib/mythtv/music | 02:12 |
sean_ | there is a share on the server that i can see on a ubuntu for music | 02:15 |
iamlindoro | You can't use smb links as file locations in myth, you need to mount it and point it at the mountpoint | 02:16 |
sean_ | on my frontend I have no network capibility | 02:16 |
sean_ | in my fstab | 02:17 |
sean_ | this is in my fstab 192.168.1.46:/var/lib/mythtv/music /mnt/music nfs | 02:18 |
sean_ | I know it's not really a mythtv problem | 02:20 |
sean_ | mount.nfs: mount point /mnt/music does not exist | 02:46 |
superm1 | sean_, you are trying to mount it at /mnt/music | 03:52 |
superm1 | you need to either 1) make /mnt/music 2) mount it elsewhere | 03:52 |
* hipitihop waves happy new year to all residents | 09:00 | |
hipitihop | Probably the wrong medium to report but I get the following error from mythweb when I hist the search button in listings: "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /usr/share/mythtv/mythweb/includes/translate.php on line 142" | 09:01 |
ahughes | hey guys, I just got 9.10 and I can't find gpartition on the live cd... is it hidden some place? I want to setup dual boot. | 10:34 |
sean_ | nfs file share for remote frontend | 14:23 |
sean_ | backend is locatated at 192.168.1.46 named cyberanus | 14:23 |
sean_ | /var/lib/mythtv/music is shared on server | 14:24 |
sean_ | now I need to connect from my backend on 192.168.1.43 named seans-desktop | 14:24 |
sean_ | what should my fstab entry look like? | 14:24 |
sean_ | on my frontend | 14:25 |
sean_ | i guess 192.168.1.46:/var/lib/mythtv/music /var/lib/mythtv/music nfs | 14:28 |
sean_ | this to me would replace the address of /var/lib/mythtv/music on my frontend | 14:28 |
sean_ | with the files on the backend | 14:29 |
sean_ | mythtv frontend see's the music and videos but can't load them | 14:29 |
DickesC | hey there. is there a way to get the mythvidexport.py script (http://svn.mythtv.org/trac/ticket/6680) to work in mythbuntu 9.10? | 14:49 |
sean_ | i think you just copy and run | 14:49 |
DickesC | doesnt work ;) used version 12, because i'm not using trunk. doesn't even work on the command line. | 14:50 |
sean_ | /usr/share/mythtv/mythvideo/scripts | 14:51 |
sean_ | chown it | 14:52 |
DickesC | http://mythbuntu.pastebin.com/m607d0462 | 14:52 |
sean_ | sorry i don't know what im talking about. | 14:53 |
DickesC | but maybe you know a simple way of moving recordings to the video directory? no scanning for metadata, just moving the recordings and changing the filename? | 14:56 |
sean_ | im 2 yrs in and still kinda new at the tweaking part | 14:57 |
sean_ | ive got a backend and remote frontend | 14:57 |
DickesC | :) | 14:58 |
sean_ | no music or video because i can't point the the shared music and video on the backend | 14:58 |
sean_ | from my frontend | 14:59 |
sean_ | fstab issue i guess | 14:59 |
sean_ | as for moving recordings | 14:59 |
DickesC | isnt that easy in mythbuntu 9.10? my notebook works as remote frontend, getting videos from the external harddrive at the backend computer. | 15:00 |
sean_ | last install i did I had to archive files to a directory...sent it to a node for holding...reinstalled...copied to fresh install ad imported | 15:00 |
sean_ | i have 9.10 and am still having problems...did i undo a default setting trying to set it up | 15:01 |
sean_ | backend is locatated at 192.168.1.46 named cyberanus | 15:22 |
sean_ | /var/lib/mythtv/music is shared on server | 15:22 |
sean_ | now I need to connect from my backend on 192.168.1.43 named seans-desktop | 15:22 |
sean_ | 192.168.1.46:/var/lib/mythtv/music /var/lib/mythtv/music nfs | 15:25 |
sean_ | my fstab entry | 15:25 |
olejl | sean_: this is what my fstab entry looks like: 192.168.0.3:/media/pictures/media/picturesnfsrsize=8192,wsize=8192,timeo=14,intr | 15:37 |
sean_ | so the myth-frontend setup string is simply /media/pictures | 15:54 |
sean_ | hate to be a butthead...how do i restart network mythbuntu 9.10 without restarting | 15:59 |
seandiddy | mount -a | 16:08 |
seandiddy | mount.nfs: access denied by server while mounting 192.168.1.46:/var/lib/mythtv/music | 16:11 |
bcgrown | !help lirc | 18:38 |
Zinn | !help lirc For a complete list of my knowledge visit: http://www.baablogic.net/Zinn.cgi Other available commands: !status, !about, !bug [bug_number]. | 18:38 |
bcgrown | Has anybody made lirc+mythfrontend play nice with suspend/resume? If I manually "sudo pm-suspend" and then resume and start mythfrontend, everything works fine. If I allow mythwelcome to suspend the pc (with the command "sudo pm-suspend"), then when I wake up, mythfrontend won't respond to the remote. | 18:50 |
bcgrown | In both cases, mythfrontend is started from a script in /etc/pm/sleep.d with a "DISPLAY=:0.0 sudo -u dave mythfrontend & >/dev/null" command | 18:52 |
bcgrown | I get this error: 2010-01-03 11:01:11.854 LIRC, Error: Failed to read config file '/home/mythtv/.lircrc' in /var/log/pm-suspend.log, but only when the suspend is done by MythWelcome, not if I do it manually. | 19:06 |
bcgrown | Any takers? | 19:08 |
DHR | how does one shut down the backend on an upstart-based system (ubuntu 9.10)? The old way (/etc/init.d/mythbackend stop) no longer works. | 19:18 |
rhpot1991 | DHR the old way should still work | 19:19 |
rhpot1991 | sudo /etc/init.d/mythtv-backend stop | 19:20 |
rhpot1991 | sudo stop mythtv-backend is how you do it in upstart | 19:21 |
DHR | rhpot1991: thanks | 19:24 |
DHR | stop mythtv-backend | 19:26 |
Reid | hey, is it possible to burn a dvd that holds more than 2hrs of video AND play on a normal dvd player? | 21:06 |
Reid | I'm ripping a tv series and i made one dvd last night, it seems like it works normal on my dvd player but everywhere online says more than 2 hrs isn't possible. | 21:07 |
Reid | I don't have the remote control for my dvd player so I can't check each episode, but the dvd menu comes up and the first episode plays, each episode is 22mins and I've got 23 episodes on 1 dvd. | 21:09 |
MistStlkr | anyone have luck setting up an NES emulator under mythgame? | 22:09 |
bcgrown | MistStlkr, haven't tried setting it up with mythgame, but zsnes works well otherwise | 22:13 |
MistStlkr | zsnes runs nes roms also? | 22:13 |
MistStlkr | Someone suggested Mednafen, but it says the .nes files are an unsupported format | 22:14 |
bcgrown | oh brain fart, i forgot it was SNES | 22:14 |
MistStlkr | no worries... snes is the next project, I'll keep zsnes in mind, thanks | 22:14 |
MistStlkr | meh. going to give fceux a try for the NES side of things. thanks for the SNES suggestion | 22:26 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!