Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - canukguy1974

Pages: 1 2 [3]
31
Users / Cover Art
« on: March 31, 2009, 02:22:08 pm »
 Does anyone know how I can get cover art for my huge library of .mp3's and .avi files. I know I can do it in webadmin but, this is tons of labour. Is there a way I can use some 3rd party stuff to get the same result. This is not working out so good and I also had some reason I had a 1000 songs in a folder named M1 + Top 1000 but now every song in that was in that directory now has that for the album. I also need to rename them all now they have a number in front of everyone. example 0702. 4 Non Blondes - What's Up.mp3. Even if someone knows what I should be doing in webadmin like what attributes I should be selecting.
 For .avi files should I make a folder for each .avi file I have or should I just have the avi file in the videos directory. Also for mp3's should I use windows or something to get metadata, there has got to be an easier way to do this.

32
thanks fellas I'll give it a shot.

33
 When I added my sata 1TB Drive, I think I picked that I would manage it when I needed to but, after reading a bit I found out that my Hard drive keeps mounting and unmounting if my data is gone I have to reboot the core to get it back. I want to select the LinuxMCE file structure for my NTFS drive and I think that will solve my problem but how do I get back to that option. Thanks in advance.

34
Users / Re: I need to patch mythtv so I can get it to work. HOW?
« on: February 18, 2009, 11:51:59 pm »
 
Why are you needing to patch MythTV?

-Thom

  I am sorry took a while to respond. I have been trying to patch it so I can scan providers in North America. I have tried to scan without patching it will find the provider but, it won't scan for channels (just times out). There are other patches for EIT guide data. I have read that the new version of LinuxMCE 0810 will allow the user to use what version of VDR they want? So I  have just reinstalled LinuxMCE and going to try VDR. I just use MythTV so I wanted to stick with that I have an xbox frontend.

I found the answer http://forum.linuxmce.com/index.php?topic=1981.0

35
Installation issues / Re: Error: Can't have a partition outside the disk
« on: February 12, 2009, 04:36:50 pm »
 No, I  am a noob still I just get by and I mean JUST. I actually need a working system.  It started out being a mythtv system for someones house but, now he seen LinuxMCE and wants a 6 zone audio system which I am buying the russound cav6.6 and set up MCE and 2 tv's  1 with cable and 1 with DishNet PVR system.  I have set up mythtv system for me with DVB cards (twinhan 1020& 1025) all went well. I ran it to 2 xbox frontends and a vlc server to my neighbours house. I just cant figure this out I need the kernel sources so I can compile mythtv because I need to patch it. I downloaded the source THSAK (something along that line) told me to get the source and compile the component. I have tried for the last 72 hours with minimal sleep. I just would like someone to point in the right direction or tell me that it doesn't work. Like if I just download mythtv svn and compile like I would in say like Knoppmyth is that wrong or do I have to compile the one in the LinuxMCE-0810 source.Please someone put out of my misery and help me. Thanks for reading.

36
Installation issues / Re: Error: Can't have a partition outside the disk
« on: February 11, 2009, 07:32:21 pm »
 I guess it is a combination of a whole bunch of things. First off the harddrive that I was trying is basically toast. But, it gave me the same error on a different disk. This system is an Intel board D845EBG2 and a 3800+ dual core with DDR 400 1gig x2 GeForce 8500 GT. I could not get the 64bit version to get past the first click. Basically as soon as I clicked to install the monitor shuts off therefore useless. I couldn't get the 32 bit version (810)DVD to work either it started all looked good but, brings me too the BusyBox console and (intramfs) prompt. So I eventually got it to install Kubuntu and then use the packages to install Alpha2. I got it to install but had problems with compiling Kernel upgrade didn't go as planned so I had to abort. I put it on my p4 2.6 with a GeForce 5200 and only 768mb of ram (DDR 400) and Not one problem to report all went as planned. Now if someone could only tell me how to compile mythtv so I can apply me patches I would be golden.

37
Users / I need to patch mythtv so I can get it to work. HOW?
« on: February 10, 2009, 07:30:28 pm »
 I have downloaded the linuxmce8.10 svn. I tried to patch mythtv but, it fails 7 out of 10 on the first patch. So I changed the mythtv component to something that I could patch cleanly but, I can't compile it now Does ANYONE know how to do this so that we can use mythtv in North America.  The error that I get when trying to "MAKE" is
Code: [Select]
make[2]: *** [libmythupnp-0.21.so.0.21.0] Error 1      

38
Installation issues / Re: How do I install kernel-source
« on: February 08, 2009, 02:49:45 pm »
thanks Hari. But, why can't I find how to add the kernel source. If I follow one of the guides on upgrading my kernel am I going toast this version of MCE(which is 0810 alpha1)[I couldn't install off the install DVD] the kernel is 2.6.27.11-generic. I am kind of new to kernels I have only used the one's that came with the distro's.

39
Installation issues / Re: Error: Can't have a partition outside the disk
« on: February 08, 2009, 02:45:37 pm »
thanks for pointing in the right direction hopefully. I have it setup now using a 40 gig that I have and I am just adding the 250 via LVM. But I am looking into because I still have a couple 250's and I have to make a MD.

40
Installation issues / How do I install kernel-source
« on: February 07, 2009, 07:06:50 pm »
 I need install the kernel-source but, I can't seem to get anywhere. Either I can't get it to go any help on this would be really appreciated. I did try to
Code: [Select]
sudo wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.11.tar.bz2
#sudo tar jxvf linux-2.6.27.11.tar.bz2
#sudo ln -s linux-2.6.27.11 linux
#sudo cd linux
#sudo cp ../linux-headers-`uname -r`/.config . #(copy the previous kernel config to current dir (notice the '.'). You could use a different config if you like or start from scratch.
#sudo make oldconfig #(I usually accept the defaults for the new options. This takes all the options from the previous stock build
#sudo make-kpkg --append-to-version `date +"-%H%M-%d%m%Y"` kernel_image #builds a new kernel with todays time/date appended to the version number. You can omit this or use a different string
#sudo dpkg -i /usr/src/kernel_image.......deb #install whatever the name was of this kernel file you just created
#sudo reboot
I get to make-kpkg etc. then I get an error
exec debian/rules  DEBIAN_REVISION=2.6.27.11-0549-07022009-10.00.Custom  APPEND_TO_VERSION=-1300-07022009  kernel_image                             
/bin/sh: line 0: [: -ge: unary operator expected                                                                                                   
/bin/sh: line 0: [: -ge: unary operator expected                                                                                                   
/bin/sh: line 0: [: -ge: unary operator expected                                                                                                   
/bin/sh: line 0: [: -lt: unary operator expected                                                                                                   
/bin/sh: line 0: [: -eq: unary operator expected                                                                                                   
/bin/sh: line 0: [: -eq: unary operator expected                                                                                                   
/bin/sh: line 0: [: -gt: unary operator expected                                                                                                   
/bin/sh: line 0: [: -ge: unary operator expected                                                                                                   
/bin/sh: line 0: [: -gt: unary operator expected                                                                                                   
/bin/sh: line 0: [: -ge: unary operator expected
/bin/sh: line 0: [: -ge: unary operator expected

====== making target CONFIG-common [new prereqs: testdir]======

====== making target CONFIG-common [new prereqs: stamp-conf]======
This is kernel package version 11.001-0.1.
====== making stamp-arch-conf because of  ======

====== making target CONFIG-arch [new prereqs: stamp-arch-conf]======
====== making target conf.vars [new prereqs: Makefile .config]======

Makefile:518: /usr/src/linux-2.6.27.11/arch/xen/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-2.6.27.11/arch/xen/Makefile'.  Stop.
make: *** [conf.vars] Error 2
 Please help.

41
Installation issues / Re: Error: Can't have a partition outside the disk
« on: February 07, 2009, 06:28:42 pm »
 Thanks for the info. But, the drive is a Maxtor 250 gig. I ended up using a 40 gig and it worked now it I can just figure out how to install kernel-source I would be all set.

42
Installation issues / Error: Can't have a partition outside the disk
« on: February 06, 2009, 01:59:03 pm »
 I just got a amd 3800+ dual core yesterday and I ran the amd64 dvd and the screen goes black and the disk popped out so, I tried the i386 DVD but, as soon as I get the message about what HDD to install it on I get that error: can't have a partition outside the disk. Its a maxtor so I ran the low level format. Still same error. anyone have an idea about what I am doing wrong here. Is there a certain way to have the hard drive and dvd drive on one ide or should I use Primary and Secondary Master 

 I am using RC2.DVD. (Do I need to install Kubuntu then the DVD or is it all together)

Pages: 1 2 [3]