LinuxMCE Forums
May 21, 2013, 11:08:21 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: 1 ... 4 5 [6] 7 8
76  LinuxMCE / Users / Re: Update media daemon on: October 02, 2009, 01:00:21 pm
correct - i didn't use symlinks. now i try to let linuxmce manage all my disks... i hope this will solve the problem with the same inode-numbers...

thanks
77  LinuxMCE / Users / Re: Update media daemon on: October 01, 2009, 02:30:10 pm
hi,

i think i know why this happens. in /home/public/data/videos i have 4 subdirectories where each directory has its own harddisc mounted. now, there are some movies in different directories/disks with the same inode-number.

can i manually change the inode of a file?
78  LinuxMCE / Users / Update media daemon on: September 30, 2009, 01:03:51 pm
hi,

when i resynchronize a directory of videos i have sometimes problems with the metadatas. For example: i have two directories, in one there is the movie The bourne ultimatum. I insert the coverart and metadata from imdb and everthing seems ok. But when i synchronize the second video directory the movie scooby doo gets the same metadata from the first movie (bourne ultimatum). i tried to delete all data in media file sync and the id3 file, but when i recreate the metadata there is the same problem again...

first movie:
Code:
Reusing record PK_File 521 for /home/public/data/videos/spielfilme1/DasBourneUltimatum.avi ? Md5 db , md5 file  <0xb6b976c0>
10 09/30/09 13:54:40.619 PlutoMediaFile::HandleFileNotInDatabase /home/public/data/videos/spielfilme1/DasBourneUltimatum.avi N db-attr: 521 Inode: 67125258 size 1 mt 0/5, md5  <0xb6b976c0>
10 09/30/09 13:54:40.619 /home/public/data/videos/spielfilme1/DasBourneUltimatum.avi not IN db-attr: 521 INode: 67125258 <0xb6b976c0>
10 09/30/09 13:54:40.619 Media Type is: 5, is folder 0 <0xb6b976c0>
10 09/30/09 13:54:40.620 Reusing file, updating media type to 5 <0xb6b976c0>
10 09/30/09 13:54:40.620 File /home/public/data/videos/spielfilme1/DasBourneUltimatum.avi assigned to user 0 <0xb6b976c0>
10 09/30/09 13:54:40.621 File /home/public/data/videos/spielfilme1/DasBourneUltimatum.avi on pluto device 0 <0xb6b976c0>
10 09/30/09 13:54:40.621 UpdateMedia::ReadDirectory PlutoMediaFile_.HandleFileNotInDatabase 521 <0xb6b976c0>
10 09/30/09 13:54:40.621 SetFileAttribute /home/public/data/videos/spielfilme1/DasBourneUltimatum.avi 521 <0xb6b976c0>

second movie:
Code:
Sync mode for /home/public/data/videos/spielfilme2/ScoobyDoo2.mpg: modeBoth <0xb6c286c0>
05 09/30/09 13:54:12.462 # PlutoMediaFile STARTED: dir /home/public/data/videos/spielfilme2 file ScoobyDoo2.mpg <0xb6c286c0>
10 09/30/09 13:54:12.462 # ID3FileHandler::LoadAttributes: loading 0 attributes in the attribute file /home/public/data/videos/spielfilme2/ <0xb6c286c0>
10 09/30/09 13:54:12.462 # LoadPlutoAttributes: pluto attributes loaded (from id3 file - general object tag) 0 <0xb6c286c0>
10 09/30/09 13:54:12.462 # LoadPlutoAttributes: id3 attributes loaded (from id3 file - common tags) 0 <0xb6c286c0>
10 09/30/09 13:54:12.462 MergePictures: merging 0 pictures from our tag with 0 pictures from PIC tags <0xb6c286c0>
10 09/30/09 13:54:12.462 Processing path /home/public/data/videos/spielfilme2, file ScoobyDoo2.mpg. Found 0 attributes, 0 long attributes in file <0xb6c286c0>
10 09/30/09 13:54:12.463 HandleFileNotInDatabase media type 0 <0xb6c286c0>
05 09/30/09 13:54:12.463 Reusing record PK_File 521 for /home/public/data/videos/spielfilme2/ScoobyDoo2.mpg ? Md5 db , md5 file  <0xb6c286c0>
10 09/30/09 13:54:12.466 PlutoMediaFile::HandleFileNotInDatabase /home/public/data/videos/spielfilme2/ScoobyDoo2.mpg N db-attr: 521 Inode: 67125258 size 1 mt 0/5, md5  <0xb6c286c0>
10 09/30/09 13:54:12.466 /home/public/data/videos/spielfilme2/ScoobyDoo2.mpg not IN db-attr: 521 INode: 67125258 <0xb6c286c0>
10 09/30/09 13:54:12.466 Media Type is: 5, is folder 0 <0xb6c286c0>
10 09/30/09 13:54:12.466 Reusing file, updating media type to 5 <0xb6c286c0>
10 09/30/09 13:54:12.467 File /home/public/data/videos/spielfilme2/ScoobyDoo2.mpg assigned to user 0 <0xb6c286c0>
10 09/30/09 13:54:12.467 File /home/public/data/videos/spielfilme2/ScoobyDoo2.mpg on pluto device 0 <0xb6c286c0>
10 09/30/09 13:54:12.468 UpdateMedia::ReadDirectory PlutoMediaFile_.HandleFileNotInDatabase 521 <0xb6c286c0>
10 09/30/09 13:54:12.468 SetFileAttribute /home/public/data/videos/spielfilme2/ScoobyDoo2.mpg 521 <0xb6c286c0>


you can see both of die videos have the same db-attr (521) and Inode (67125258). How can this happen? What can i do, that this will not happen again?

thanks
avajon
79  LinuxMCE / Developers / Re: New Orbiter desgnobj (remote) for MythTV. on: September 24, 2009, 03:58:08 pm
hi thom,

is this new remote also working for vdr or only for mythtv?

thanks
avajon
80  LinuxMCE / Users / sunrise/sunset problem on: June 29, 2009, 01:41:03 pm
hello,

in my bedroom the blinds close on sunset and open on sunrise. It's really cool to see the sun in the morning when you wake up - but on weekends i want to sleep longer. I've searched in the webadmin/forum how to add a criteria to the Event, but without luck. Does anyone know how i can add a criteria to such events - or is there a other solution for my problem?

thanks
avajon
81  LinuxMCE / Developers / Re: New Orbiter desgnobj (remote) for MythTV. on: June 01, 2009, 04:26:58 pm
really cool! Grin

thank you thom!
82  LinuxMCE / Users / Re: EnOcean - do you use/know this? on: February 09, 2009, 09:50:10 am
hi hari,

i know them and i want to use it, but with my EIB/KNX installation.

regards
avajon
83  LinuxMCE / Users / Re: Reading states from EIB on: December 05, 2008, 12:01:18 pm
hi Jürgen,

i'm from Vienna and i have LMCE and EIB running. But with the 704 Version and with no EIB-Read functions. I want to wait for the next release before i start to integrate the Read function.

best regards
markus
84  LinuxMCE / Developers / Re: integrate another daemon to read the bus? on: June 13, 2008, 09:20:05 am
hi, i have been reported a problem i am supposed to solve:(i am studier,not professional, but trying to get some xp)

i think i am supposed to solve this one:
http://wiki.linuxmce.org/index.php/EIB#Can.27t_read_from_the_bus

according to him, i can have to ways to do so:
1- either modifying what exists already(linked me to http://svn.linuxmce.org/pluto/branches/charon-merge/src/EIB/ ) and make it work
2- or use the http://www.auto.tuwien.ac.at/%7Emkoegler/index.php/bcusdk project to get a fully functional daemon


hi,

i hope you get it. Smiley that's the only thing i'll need for a perfect system. Smiley
if you need help, just ask.

thanks
avajon
85  LinuxMCE / Users / upgrade or fresh installation? on: January 16, 2008, 06:44:40 pm
hi,

i use LMCE 0704 in my home and want to upgrade to the new version. The question is: should i upgrade my installation or should i buy a new HDD an install it there? I am afraid of loosing all the data and configuration on my current system when i do an upgrade but i also don't want to buy a new HDD an do all the configuration stuff again.

Has anyone tried to upgrade? And did it work?

thanks
avajon
86  LinuxMCE / Users / Re: Is anyone else seeing 'stuff' downloading??? on: January 04, 2008, 11:00:00 am
where do you see this things?
87  LinuxMCE / Feature requests & roadmap / Re: home automation with the new release on: December 27, 2007, 03:10:47 pm
you're right !
however some features are still not implemented !
what is missing for you?

hi,

i have in my flat knx/eib and it works very well. the only feature i'm missing is "Read from the bus". So i never know if a light is on or off or which temprature is in the rooms.

lg
avajon
88  LinuxMCE / Installation issues / Re: Orbiter on N800 (OS2008) on: December 27, 2007, 12:44:41 pm

Great! Unfortunately, I don't have MythTV or VDR setup in my home yet (I'm going to do it soon). So, I cannot test EPG functionality. Is it available on the XP or web Orbiters? In case of yes, what do you see on N800?

no, i don't think it is available on the XP Orbiters. But it would be great - because since i have mythtv i don't zap through all channels.

ciao
avajon

Correct... the Windows Orbiter and the N800 Orbiter are just that... Orbiters. They have no local lmce integrated media playing capabilities.

yes. but i don't want to watch tv on the N800 i only want to see whats playing on tv (EPG).
89  LinuxMCE / Installation issues / Re: Orbiter on N800 (OS2008) on: December 27, 2007, 11:42:07 am

Great! Unfortunately, I don't have MythTV or VDR setup in my home yet (I'm going to do it soon). So, I cannot test EPG functionality. Is it available on the XP or web Orbiters? In case of yes, what do you see on N800?

no, i don't think it is available on the XP Orbiters. But it would be great - because since i have mythtv i don't zap through all channels.

ciao
avajon
90  LinuxMCE / Installation issues / Re: Orbiter on N800 (OS2008) on: December 26, 2007, 05:14:35 pm
hi nite_man

it works! do you have an idea how to implement EPG in the Orbiter?

many thanks to the great work!
avajon
Pages: 1 ... 4 5 [6] 7 8
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!