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.


Topics - Viking

Pages: 1 [2] 3 4 5
16
... is it down for maintenance ?

Viking

17
Users / Is DVB-S2 working in MythTV currently ?
« on: February 23, 2010, 04:21:42 pm »
Hi,

can anybody tell me if DVB-S2 is working in the current MythTV (Avanards 2:0.22.0-fixes23565-0ubuntu0) ?

I am trying to scan for some german DVB-S2 HDTV channels and I can't get it working :(
It is ARD HD, ZDF HD and arte HD.
I have tried another driver from her http://hg.kewl.org/ and this one :hg clone http://linuxtv.org/hg/v4l-dvb
But they don't work at all with my TechnoTrend S2-3200 not even with normal DVB-s.

The driver from Convergent v4l2-firmware_0+hg20090324-1_all.deb is the one I am using right now.

I don't know what should be there in MythTV to enable scan - I see no option of setting up DVB-S2 - so maybe it is not compiled in ?

I tried using scan-s2 and scan to create a channels.conf - but MythTV don't find the channels. It's like it does not try DVB-S2.
I can also not add a transponder in MythTV and scan it - does not work.

I have googled for everything that I could think of - like the format of channels.conf, but did not find anything :(

scan-s2 finds the channels with the current driver I have got (convergent version v4l2-firmware_0+hg20090324-1_all.deb) :

Code: [Select]
# echo "S 11362000 H 22000000 2/3" > /tmp/scan-s2-input
# ./scan-s2 -a 8  -o zap /tmp/scan-s2-input
API major 5, minor 1
scanning /tmp/scan-s2-input
using '/dev/dvb/adapter8/frontend0' and '/dev/dvb/adapter8/demux0'
initial transponder DVB-S  11362000 H 22000000 2/3 AUTO AUTO
initial transponder DVB-S2 11362000 H 22000000 2/3 AUTO AUTO
----------------------------------> Using DVB-S
>>> tune to: 11362:h:0:22000
DVB-S IF freq is 1612000
WARNING: >>> tuning failed!!!
>>> tune to: 11362:h:0:22000 (tuning failed)
DVB-S IF freq is 1612000
WARNING: >>> tuning failed!!!
----------------------------------> Using DVB-S2
>>> tune to: 11362:h:0:22000
DVB-S IF freq is 1612000
>>> parse_section, section number 0 out of 0...!
0x03F3 0x2B5C: pmt_pid 0x0000 ARD -- Das Erste HD (running)
0x03F3 0x2B66: pmt_pid 0x0000 ZDFvision -- ZDF HD (running)
0x03F3 0x2B70: pmt_pid 0x0000 ZDFvision -- arte HD (running)
>>> parse_section, section number 0 out of 0...!
service_id = 0x0
service_id = 0x2B5C
pmt_pid = 0x1770
service_id = 0x2B66
pmt_pid = 0x17D4
service_id = 0x2B70
pmt_pid = 0x1838
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x1842
  AC3       : PID 0x184C
  AUDIO     : PID 0x184D
  AUDIO     : PID 0x184E
  TELETEXT  : PID 0x1856
  SUBTITLING: PID 0x1857
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x177A
  AUDIO     : PID 0x1784
  AC3       : PID 0x1786
  TELETEXT  : PID 0x178E
  OTHER     : PID 0x17AC TYPE 0x05
  OTHER     : PID 0x17AD TYPE 0x06
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x17DE
  AUDIO     : PID 0x17E8
  AUDIO     : PID 0x17E9
  AC3       : PID 0x17EA
  TELETEXT  : PID 0x17F2
>>> parse_section, section number 0 out of 1...!
Network Name 'ASTRA 1'
>>> parse_section, section number 1 out of 1...!
dumping lists (3 services)
Das Erste HD:11362:h:0:22000:6010:6020:11100:6
ZDF HD:11362:h:0:22000:6110:6120:11110:6
arte HD:11362:h:0:22000:6210:6221:11120:6
Done.

Viking

18
Users / "Various Albums" not showing up as one album in Audiolist
« on: January 08, 2010, 10:37:35 am »
Hi,

I have imported all my 650 albums. Lots of them are Various Artists albums. For some reason does they not show up as one album if i below options select "Album" instead of "Performer".

I assume it happens when the Performer is different as I see this also on one album where one of the songs has a different performer.

Also if one the search in the orbiter for those albums they show up several times.

And one more thing. If I go to Media Files sync and press "edit" the "Album" - on an normal album it shows me on the edit page all titles in that album. On an Various Album it shows me only the current title. I assume that every title is stored as a single album :(


If I edit all files in the directory and replace the Album - then it looks OK. But next time the album is imported by UpdateMedia the old situation is back. So if I would edit this "on foot" for 180 albums - and some times later do a reinstall - I would have to do it again :(

Greetings
Viking

19
On my system the Recording screenshot (cover) shown in MythTV recordings list is offen not added to the LinuxMCE Video list.

See here : http://svn.linuxmce.org/trac.cgi/ticket/436

I have written a script that will find the id3 files for thoose MythTV recordings and add the covers. UpdateMedia the redetects those and voila the cover is shown in the video list.

Run it once a day or something like that to get the covers added - something like this.
Code: [Select]
00 02 * * * nice -n 19 /usr/local/bin/CheckMythTVpictures.sh >>/var/log/pluto/CheckMythTVpictures.log 2>&1
Tested on my system, but no guaratees that i will work flawlessly on yours.


If you want to see what it does, add an echo to the following two lines and remove the grep :
Code: [Select]
      convert "${MPGFILE}.png" "$TMPJPG"
      eyeD3 --no-color --to-v2.3 --add-image="${TMPJPG}":FRONT_COVER "$ID3FILE" 2>&1 | egrep "Adding|Writing"

So taht it looks like this :
Code: [Select]
      echo convert "${MPGFILE}.png" "$TMPJPG"
      echo eyeD3 --no-color --to-v2.3 --add-image="${TMPJPG}":FRONT_COVER "$ID3FILE" 2>&1

Viking

20
Users / BUG workaround - How to add UTF8 ID3 tagged MP3 to Linuxmce
« on: January 05, 2010, 10:29:26 am »
Hi,

At the moment there is a bug in Linuxmce causing it to destroy any spcial ID3 tags. What I mean is for example danish or german characters. 
See here : http://svn.linuxmce.org/trac.cgi/ticket/508

The workaround it to double encode theese tags. And you have to do this BEFORE you put the music somewhere where LinuxMCE will detect it !!

I have written 2 scripts for that. One saving the current state (SaveID3taginfo.sh) and a second (DoubleUTF8encodeMP3.sh) for double encoding the tags. The first is just saving the old infos (only for the files where it is needed) in a *.taginfo file so that we are able to restore the tags some day if needed ;) You must run both scripts as the second is relying on that the frst was run!
There is no script yet that can undo the changes - maybe it will never be needed.


I have tested this on all my audio, bu can't garantee that it will work flawlessly, so please do a backup of your audio before using this!

When you are finished you should also use convmv to rename your directories and filenames to UTF-8. That way it looks nicer in samba and does not cause any problems for the UpdateMedia daemon.

Note that ALL files below the directory where you start the script is changed!!


Here is what to do.
The convmv are called twice because I had the impression that not all directories was renamed the first time ;) if you remove the --notest then it shows you what it would do, but does noting.

Code: [Select]
cd <where your mp3 files are>
SaveID3taginfo.sh 2>&1 | tee SaveID3taginfo.log
DoubleUTF8encodeMP3.sh 2>&1 | tee DoubleUTF8encodeMP3.log

find . -type f -exec convmv --notest -f iso-8859-1 -t utf8 {} \;
find . -type f -exec convmv --notest -f iso-8859-1 -t utf8 {} \;

find . -type d -exec convmv --notest -f iso-8859-1 -t utf8 {} \;
find . -type d -exec convmv --notest -f iso-8859-1 -t utf8 {} \;


Greetings
Viking

21
Users / [solved] Genre list is not containig all Genres
« on: January 05, 2010, 10:07:23 am »
Hi,

On my Core I have removed all Audio that I used for testing and added all my 640 albums to public (/home/public/data/audio/Storage1 [27]/Audio). There are also some Audiobooks in my personal home (/home/user_1//home/user_1/data/audio/Storage1 [27]/Audiobook).

I changed the Genre of all Audiobooks to "Audiobook" because they were tagged badly.

Now there is only the old tags of the Audiobooks - and nothing else. See attachment.


Any idea what casued this ? Could someone tell me where in the Database to look for the Genre ?

Greetings
Viking

22
Users / DVD's are not auto recognized when ripping them
« on: December 23, 2009, 11:11:52 am »
Hi,

previously when ripping DVD's tehy were recognized and automatically tagged. That does not work anylonger. Just tried to start a DVD that I am sure it was previously working and it is not recognized - menaing the title in the UI is "Unknown". Using latest 0810 beta2 and tested it on the core


Any ideas why ?

Viking

23
Hi,

I am trying to get my Music into LinuxMCE.
UTF-8 in filenames are working :)

But keep on stumbeling over Danish/German characters (f.eks. æøå) that get's converted to "?" :( Thereby also making the id3 tags wrong.

The Artist is also added twice - see attached picture. Same happens if the Album contains Danish/German characters.


I have tried using UTF-8 for the id3-tags but that does not work.

I have tried mid3iconv like described here. That does not change anything.


eyeD3 shows that artist is UTF-8.

Code: [Select]
# eyeD3 03\ Don\'t\ Go\ Breaking\ My\ Heart.mp3

03 Don't Go Breaking My Heart.mp3       [ 8.80 MB ]
-------------------------------------------------------------------------------
Time: 04:26     MPEG1, Layer III        [ ~202 kb/s @ 44100 Hz - Joint stereo ]
-------------------------------------------------------------------------------
ID3 v2.3:
title: Don't Go Breaking My Heart               artist: Fenger & Frödin
album: Alle Tiders Danske Hits 1                year: 2008
track: 3                genre: Pop (id 13)

UserTextFrame: [Description: Tagging time]
2009-12-14T18:10:12

FRONT_COVER Image: [Size: 2493464 bytes] [Type: image/jpeg]

Interesting enough id3v2 shows the converted character - maybe because it uses the language settings !?
Code: [Select]
# id3v2 -l 03\ Don\'t\ Go\ Breaking\ My\ Heart.mp3
id3v1 tag info for 03 Don't Go Breaking My Heart.mp3:
Title  : Don't Go Breaking My Heart      Artist: Fenger & Frödin
Album  : Alle Tiders Danske Hits 1       Year: 2008, Genre: Pop (13)
Comment:                                 Track: 3
id3v2 tag info for 03 Don't Go Breaking My Heart.mp3:
TIT2 (Title/songname/content description): Don't Go Breaking My Heart
TPE1 (Lead performer(s)/Soloist(s)): Fenger & Frödin
TALB (Album/Movie/Show title): Alle Tiders Danske Hits 1
TRCK (Track number/Position in set): 3
TYER (Year): 2008
TCON (Content type): Pop (13)
TLAN (Language(s)): Danish
TXXX (User defined text information): (Tagging time): 2009-12-14T18:10:12
APIC (Attached picture): ()[, 3]: image/jpeg, 2493464 bytes

Here is what happens when Resynchronizing a file with the Web frontend.

Specially "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE)" shows that something is not right.

Code: [Select]
sudo -u root /usr/pluto/bin/UpdateMedia -d \"/home/public/data/audio/Storage1 [27]/4Test\"

10 12/16/09 21:14:23.560 Activating Pluto Media Identifier... <0xb6ba06c0>
10 12/16/09 21:14:23.564 Pluto Media Identifier activated. Extensions 39 <0xb6ba06c0>
10 12/16/09 21:14:23.565 MediaState::LoadDbInfo ready to run big query <0xb6ba06c0>
10 12/16/09 21:14:23.617 MediaState::LoadDbInfo got 0 rows <0xb6ba06c0>
10 12/16/09 21:14:23.617 UpdateMedia::ReadDirectory /home/public/data/audio/Storage1 [27]/4Test <0xb6ba06c0>
10 12/16/09 21:14:23.619 UpdateMedia::ScanFiles dir /home/public/data/audio/Storage1 [27]/4Test: files found: 1 <0xb6ba06c0>
10 12/16/09 21:14:23.619 Need to update file because it's not in the database /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 <0xb6ba06c0>
10 12/16/09 21:14:23.620 Sync mode for /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3: modeBoth <0xb6ba06c0>
05 12/16/09 21:14:23.620 # PlutoMediaFile STARTED: dir /home/public/data/audio/Storage1 [27]/4Test file 03 Don't Go Breaking My Heart.mp3 <0xb6ba06c0>
10 12/16/09 21:14:23.620 # ID3FileHandler::LoadAttributes: loading 0 attributes in the attribute file /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 <0xb6ba06c0>
10 12/16/09 21:14:23.737 # LoadPlutoAttributes: pluto attributes loaded (from id3 file - general object tag) 0 <0xb6ba06c0>
=== TIT2 (Title/songname/content description): Don't Go Breaking My Heart
=== TPE1 (Lead performer(s)/Soloist(s)): Fenger & Fr�din
=== TALB (Album/Movie/Show title): Alle Tiders Danske Hits 1
=== TRCK (Track number/Position in set): 3
=== TYER (Year): 2008
=== TCON (Content type): Pop
=== TLAN (Language(s)): Danish
=== TXXX (User defined text information): (Tagging time): 2009-12-14T18:10:12
=== APIC (Attached picture): ()[, 3]: image/jpeg, 2493464 bytes
10 12/16/09 21:14:23.862 # LoadPlutoAttributes: id3 attributes loaded (from id3 file - common tags) 7 <0xb6ba06c0>
10 12/16/09 21:14:23.862 MergePictures: merging 0 pictures from our tag with 1 pictures from PIC tags <0xb6ba06c0>
10 12/16/09 21:14:23.938 LoadPlutoAttributes: loading picture with size 2493464 from PIC tag - md5sum 1c1f4090e87ea662767e748bfd973ee5 <0xb6ba06c0>
10 12/16/09 21:14:23.939 Processing path /home/public/data/audio/Storage1 [27]/4Test, file 03 Don't Go Breaking My Heart.mp3. Found 7 attributes, 0 long attributes in file <0xb6ba06c0>
10 12/16/09 21:14:23.940 HandleFileNotInDatabase media type 0 <0xb6ba06c0>
10 12/16/09 21:14:23.943 Won't reuse file record 45003 from db because md5 is different <0xb6ba06c0>
10 12/16/09 21:14:23.945 /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 not IN db-attr: 0 INode: 66502658 <0xb6ba06c0>
10 12/16/09 21:14:23.945 Media Type is: 4, is folder 0 <0xb6ba06c0>
10 12/16/09 21:14:23.947 File /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 assigned to user 0 <0xb6ba06c0>
10 12/16/09 21:14:23.956 PlutoMediaFile::AddFileToDatabase new /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 PK_File 45007 Inode 66502658 <0xb6ba06c0>
10 12/16/09 21:14:23.956 # SyncDbAttributes: attributes is db 0, total 7 <0xb6ba06c0>
05 12/16/09 21:14:23.958 Resetting db_wrapper connection <0xb6ba06c0>
01 12/16/09 21:14:23.959 Table_Attribute::GetRows Cannot perform query [select `Attribute`.* from Attribute where FK_AttributeType=2 AND Name='Fenger & Fr�din'] Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' reconnect: 1 result2: 1 <0xb6ba06c0>
01 12/16/09 21:14:23.960 MediaAttributes_LowLevel::GetAttributeFromDescription PK_MediaType 4 PK_AttributeType 2 string sName Fenger & Fr�din PK_Attribute_Related 0 size 0 <0xb6ba06c0>
10 12/16/09 21:14:23.985 # SyncDbAttributes: Adding attribute to database: for PK_File 45007, AttrID 40988, AttrType = 2 with value Fenger & Fr�din, section 0, track 0 <0xb6ba06c0>
01 12/16/09 21:14:24.299 MediaAttributes_LowLevel::GetAttributeFromDescription PK_MediaType 4 PK_AttributeType 5 string sName 3 PK_Attribute_Related 40988 size 1 <0xb6ba06c0>
10 12/16/09 21:14:24.308 # SyncDbAttributes: Adding attribute to database: for PK_File 45007, AttrID 159, AttrType = 5 with value 3, section 0, track 0 <0xb6ba06c0>
01 12/16/09 21:14:24.486 MediaAttributes_LowLevel::GetAttributeFromDescription PK_MediaType 4 PK_AttributeType 8 string sName Pop PK_Attribute_Related 40988 size 1 <0xb6ba06c0>
10 12/16/09 21:14:24.487 # SyncDbAttributes: Adding attribute to database: for PK_File 45007, AttrID 133, AttrType = 8 with value Pop, section 0, track 0 <0xb6ba06c0>
01 12/16/09 21:14:24.598 MediaAttributes_LowLevel::GetAttributeFromDescription PK_MediaType 4 PK_AttributeType 13 string sName Don't Go Breaking My Heart PK_Attribute_Related 40988 size 1 <0xb6ba06c0>
10 12/16/09 21:14:24.600 # SyncDbAttributes: Adding attribute to database: for PK_File 45007, AttrID 35837, AttrType = 13 with value Don't Go Breaking My Heart, section 0, track 0 <0xb6ba06c0>
01 12/16/09 21:14:24.722 MediaAttributes_LowLevel::GetAttributeFromDescription PK_MediaType 4 PK_AttributeType 19 string sName 2008 PK_Attribute_Related 40988 size 1 <0xb6ba06c0>
10 12/16/09 21:14:24.723 # SyncDbAttributes: Adding attribute to database: for PK_File 45007, AttrID 182, AttrType = 19 with value 2008, section 0, track 0 <0xb6ba06c0>
01 12/16/09 21:14:24.933 MediaAttributes_LowLevel::GetAttributeFromDescription album rows 0 PK_MediaType 4 PK_AttributeType 3 string sName Alle Tiders Danske Hits 1 PK_Attribute_Related 40988 size 0 <0xb6ba06c0>
01 12/16/09 21:14:24.933 MediaAttributes_LowLevel::GetAttributeFromDescription PK_MediaType 4 PK_AttributeType 3 string sName Alle Tiders Danske Hits 1 PK_Attribute_Related 40988 size 0 <0xb6ba06c0>
10 12/16/09 21:14:24.935 # SyncDbAttributes: Adding attribute to database: for PK_File 45007, AttrID 40989, AttrType = 3 with value Alle Tiders Danske Hits 1, section 0, track 0 <0xb6ba06c0>
10 12/16/09 21:14:24.935 # SyncDbAttributes: long attributes is db 0, total 0 <0xb6ba06c0>
10 12/16/09 21:14:24.935 PlutoMediaFile::AddFileToDatabase picture url  <0xb6ba06c0>
10 12/16/09 21:14:24.935 Added /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 to db with PK_File = 45007 <0xb6ba06c0>
10 12/16/09 21:14:24.935 UpdateMedia::ReadDirectory PlutoMediaFile_.HandleFileNotInDatabase 45007 <0xb6ba06c0>
10 12/16/09 21:14:24.935 SetFileAttribute /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 45007 <0xb6ba06c0>
10 12/16/09 21:14:24.936 Attr in db : type 8 value Pop <0xb6ba06c0>
10 12/16/09 21:14:24.936 Attr in db : type 5 value 3 <0xb6ba06c0>
10 12/16/09 21:14:24.936 Attr in db : type 19 value 2008 <0xb6ba06c0>
10 12/16/09 21:14:24.936 Attr in db : type 13 value Don't Go Breaking My Heart <0xb6ba06c0>
10 12/16/09 21:14:24.936 Attr in db : type 2 value Fenger & Fr?din <0xb6ba06c0>
10 12/16/09 21:14:24.936 # LoadPlutoAttributes: (from db) new attributes to add in attribute file -  type 2, values Fenger & Fr?din <0xb6ba06c0>
10 12/16/09 21:14:24.936 Attr in db : type 3 value Alle Tiders Danske Hits 1 <0xb6ba06c0>
10 12/16/09 21:14:24.936 # LoadPlutoAttributes: pluto attributes merged with those from database 8 <0xb6ba06c0>
10 12/16/09 21:14:24.937 # LoadPlutoAttributes: pluto long attributes merged with those from database 0 <0xb6ba06c0>
10 12/16/09 21:14:24.966 LoadCoverarts: loaded 1 unique pictures from file <0xb6ba06c0>
10 12/16/09 21:14:24.967 # SaveMiscInfo: FK_FileFormat 0, FK_MediaSubType 0 <0xb6ba06c0>
10 12/16/09 21:14:24.967 # GetPicAttribute: file 45007 <0xb6ba06c0>
10 12/16/09 21:14:24.967 Found 0 pics for file <0xb6ba06c0>
10 12/16/09 21:14:24.968 Found 0 pics for attribute <0xb6ba06c0>
10 12/16/09 21:14:24.968 # GetPicAttribute: got no picture for file 45007 <0xb6ba06c0>
10 12/16/09 21:14:24.968 UpdateMedia::ReadDirectory File 45007 Picture 0 <0xb6ba06c0>
10 12/16/09 21:14:24.969 # GetPicAttribute: file 45007 <0xb6ba06c0>
10 12/16/09 21:14:24.969 Found 0 pics for file <0xb6ba06c0>
10 12/16/09 21:14:24.969 Found 0 pics for attribute <0xb6ba06c0>
10 12/16/09 21:14:24.969 # GetPicAttribute: got no picture for file 45007 <0xb6ba06c0>
10 12/16/09 21:14:24.969 # ID3FileHandler::SaveAttributes: saving 8 attributes in the attribute file /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 <0xb6ba06c0>
05 12/16/09 21:14:24.969 # ID3FileHandler::SaveAttributes: saving 1 pictures into APIC tags to /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 <0xb6ba06c0>
10 12/16/09 21:14:24.969 # ID3FileHandler::SaveAttributes: saving into APIC picture size 2493464 <0xb6ba06c0>
Writing: PK_Attr = -1000 ()[]: image/jpeg
Don't know yet how to save tag with PK_Attr = -1000 and value ()[]: image/jpeg
Writing: PK_Attr = 2 Fenger & Fr?din
Writing: PK_Attr = 3 Alle Tiders Danske Hits 1
Writing: PK_Attr = 5 3
Writing: PK_Attr = 8 Pop
Writing: PK_Attr = 13 Don't Go Breaking My Heart
Writing: PK_Attr = 19 2008
10 12/16/09 21:14:25.037 Serialize write bookmarks: 0 <0xb6ba06c0>
10 12/16/09 21:14:25.099 # SyncDbAttributes: ready to sync db with attributes found in attribute file <0xb6ba06c0>
10 12/16/09 21:14:25.100 # SyncDbAttributes: attributes is db 6, total 8 <0xb6ba06c0>
05 12/16/09 21:14:25.100 Resetting db_wrapper connection <0xb6ba06c0>
01 12/16/09 21:14:25.101 Table_Attribute::GetRows Cannot perform query [select `Attribute`.* from Attribute where FK_AttributeType=2 AND Name='Fenger & Fr�din'] Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' reconnect: 1 result2: 1 <0xb6ba06c0>
01 12/16/09 21:14:25.101 MediaAttributes_LowLevel::GetAttributeFromDescription PK_MediaType 4 PK_AttributeType 2 string sName Fenger & Fr�din PK_Attribute_Related 0 size 0 <0xb6ba06c0>
10 12/16/09 21:14:25.109 # SyncDbAttributes: Adding attribute to database: for PK_File 45007, AttrID 40990, AttrType = 2 with value Fenger & Fr�din, section 0, track 0 <0xb6ba06c0>
10 12/16/09 21:14:25.110 # SyncDbAttributes: long attributes is db 0, total 0 <0xb6ba06c0>
10 12/16/09 21:14:25.110 SaveCoverarts: got 0 coverarts in db. Merging with 1 from file <0xb6ba06c0>
10 12/16/09 21:14:25.134 SaveCoverarts: adding picture with size 2493464, md5sum 1c1f4090e87ea662767e748bfd973ee5 to db <0xb6ba06c0>
10 12/16/09 21:14:26.963 Thumbnail picture created with convert -scale 256x256 -antialias picture-1c1f4090e87ea662767e748bfd973ee5.jpg picture-1c1f4090e87ea662767e748bfd973ee5_tn.jpg and returned 0 <0xb6ba06c0>
10 12/16/09 21:14:27.011 # SaveMiscInfo: FK_FileFormat 0, FK_MediaSubType 0 <0xb6ba06c0>
10 12/16/09 21:14:27.012 File /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3, PK_File 45007 - midmd5 is 3074e6cfa24a4fb6b6d2c6a7a2a58a74 <0xb6ba06c0>
Mapped file /mnt/device/27 : 2305 -> 27
10 12/16/09 21:14:27.021 File /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 on pluto device 27 <0xb6ba06c0>
10 12/16/09 21:14:27.022 File /home/public/data/audio/Storage1 [27]/4Test/03 Don't Go Breaking My Heart.mp3 assigned to user 0 <0xb6ba06c0>
10 12/16/09 21:14:27.022 MediaState::LoadDbInfoForFile ready to run big query <0xb6ba06c0>
10 12/16/09 21:14:27.025 MediaState::LoadDbInfoForFile got 1 rows <0xb6ba06c0>
10 12/16/09 21:14:27.027 # PlutoMediaFile ENDED: dir /home/public/data/audio/Storage1 [27]/4Test file 03 Don't Go Breaking My Heart.mp3, sync mode modeBoth <0xb6ba06c0>
10 12/16/09 21:14:27.027 Need to update file because it's not in the database /home/public/data/audio/Storage1 [27]/4Test <0xb6ba06c0>
10 12/16/09 21:14:27.027 Sync mode for dir /home/public/data/audio/Storage1 [27]/4Test: modeBoth <0xb6ba06c0>
05 12/16/09 21:14:27.027 # PlutoMediaFile STARTED: dir /home/public/data/audio/Storage1 [27] file 4Test <0xb6ba06c0>
10 12/16/09 21:14:27.027 # ID3FileHandler::LoadAttributes: loading 0 attributes in the attribute file /home/public/data/audio/Storage1 [27]/ <0xb6ba06c0>
10 12/16/09 21:14:27.027 # LoadPlutoAttributes: pluto attributes loaded (from id3 file - general object tag) 0 <0xb6ba06c0>
10 12/16/09 21:14:27.028 # LoadPlutoAttributes: id3 attributes loaded (from id3 file - common tags) 0 <0xb6ba06c0>
10 12/16/09 21:14:27.028 MergePictures: merging 0 pictures from our tag with 0 pictures from PIC tags <0xb6ba06c0>
10 12/16/09 21:14:27.028 Processing path /home/public/data/audio/Storage1 [27], file 4Test. Found 0 attributes, 0 long attributes in file <0xb6ba06c0>
05 12/16/09 21:14:27.029 Adding parent folder to db: /home/public/data/audio/Storage1 [27]/4Test PlutoMediaParentFolder.HandleFileNotInDatabase <0xb6ba06c0>
10 12/16/09 21:14:27.029 HandleFileNotInDatabase media type 0 <0xb6ba06c0>
05 12/16/09 21:14:27.030 Reusing record PK_File 45004 for /home/public/data/audio/Storage1 [27]/4Test ? Md5 db , md5 file  <0xb6ba06c0>
10 12/16/09 21:14:27.031 PlutoMediaFile::HandleFileNotInDatabase /home/public/data/audio/Storage1 [27]/4Test N db-attr: 45004 Inode: 66502657 size 1 mt 0/4, md5  <0xb6ba06c0>
10 12/16/09 21:14:27.031 /home/public/data/audio/Storage1 [27]/4Test not IN db-attr: 45004 INode: 66502657 <0xb6ba06c0>
10 12/16/09 21:14:27.031 Media Type is: 4, is folder 1 <0xb6ba06c0>
10 12/16/09 21:14:27.031 Reusing file, updating media type to 4 <0xb6ba06c0>
10 12/16/09 21:14:27.031 File /home/public/data/audio/Storage1 [27]/4Test assigned to user 0 <0xb6ba06c0>
Mapped file /mnt/device/27 : 2305 -> 27
10 12/16/09 21:14:27.032 File /home/public/data/audio/Storage1 [27]/4Test on pluto device 27 <0xb6ba06c0>
10 12/16/09 21:14:27.032 # GetPicAttribute: file 45004 <0xb6ba06c0>
10 12/16/09 21:14:27.033 Found 0 pics for file <0xb6ba06c0>
10 12/16/09 21:14:27.033 Found 0 pics for attribute <0xb6ba06c0>
10 12/16/09 21:14:27.033 # GetPicAttribute: got no picture for file 45004 <0xb6ba06c0>
10 12/16/09 21:14:27.034 # GetPicAttribute: file 45004 <0xb6ba06c0>
10 12/16/09 21:14:27.034 Found 0 pics for file <0xb6ba06c0>
10 12/16/09 21:14:27.034 Found 0 pics for attribute <0xb6ba06c0>
10 12/16/09 21:14:27.034 # GetPicAttribute: got no picture for file 45004 <0xb6ba06c0>
10 12/16/09 21:14:27.034 # Won't create id3 file (the media file doesn't have attributes) <0xb6ba06c0>
10 12/16/09 21:14:27.034 # ID3FileHandler::SaveAttributes: saving 0 attributes in the attribute file /home/public/data/audio/Storage1 [27]/ <0xb6ba06c0>
05 12/16/09 21:14:27.034 # ID3FileHandler::SaveAttributes: saving 0 pictures into APIC tags to /home/public/data/audio/Storage1 [27]/ <0xb6ba06c0>
10 12/16/09 21:14:27.034 Serialize write bookmarks: 0 <0xb6ba06c0>
10 12/16/09 21:14:27.034 # SyncDbAttributes: ready to sync db with attributes found in attribute file <0xb6ba06c0>
Mapped file /mnt/device/27 : 2305 -> 27
10 12/16/09 21:14:27.034 File /home/public/data/audio/Storage1 [27]/4Test on pluto device 27 <0xb6ba06c0>
10 12/16/09 21:14:27.035 File /home/public/data/audio/Storage1 [27]/4Test assigned to user 0 <0xb6ba06c0>
10 12/16/09 21:14:27.036 MediaState::LoadDbInfoForFile ready to run big query <0xb6ba06c0>
10 12/16/09 21:14:27.038 MediaState::LoadDbInfoForFile got 1 rows <0xb6ba06c0>
10 12/16/09 21:14:27.039 # PlutoMediaFile ENDED: dir /home/public/data/audio/Storage1 [27] file 4Test, sync mode modeBoth <0xb6ba06c0>
10 12/16/09 21:14:27.039 Sync'ing db with directory... <0xb6ba06c0>
10 12/16/09 21:14:27.040 DB sync'd with directory! <0xb6ba06c0>
10 12/16/09 21:14:27.041 AlarmManager::~AlarmManager start 0x9202258 <0xb6ba06c0>
21 12/16/09 21:14:27.041 lock(0x920229c) (>3) alarm: AlarmManager.cpp:87  <0xb6ba06c0>
21 12/16/09 21:14:27.041 acquired(0x920229c) #0 (>3) alarm AlarmManager.cpp:87  <0xb6ba06c0>
21 12/16/09 21:14:27.041 unlock(0x920229c) #0 (>3) alarm: AlarmManager.cpp:87  <0xb6ba06c0>
21 12/16/09 21:14:27.041 end cond wait AlarmManager.cpp:102 (0x920229c)  <0xb6b9fb90>
21 12/16/09 21:14:27.041 unlock(0x920229c) #0 (>2) alarm: AlarmManager.cpp:102  <0xb6b9fb90>
21 12/16/09 21:14:27.041 removed from map (0x920229c) #0 (>2) alarm: AlarmManager.cpp:102  was: 2 size, now 1 Rel: Y Got: Y <0xb6b9fb90>
21 12/16/09 21:14:27.041 removed from map (0x920229c) #0 (>3) alarm: AlarmManager.cpp:87  was: 1 size, now 0 Rel: Y Got: Y <0xb6ba06c0>
10 12/16/09 21:14:27.042 AlarmManager::~AlarmManager done 0x9202258 <0xb6ba06c0>


24
Users / Problems with files containing danish/german characters
« on: December 11, 2009, 01:20:29 pm »
Hi,

there seems to be problems with files containing danish/german characters.

This is from the UpdateMedia.log :
Table_Attribute::GetRows Cannot perform query [select `Attribute`.* from Attribute where FK_AttributeType=13 AND Name='Hjerterimer P� Smerte'] Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' reconnect: 1 result2: 1 <0xb6c386c0>

I could convert filenames to UTF8 but then they would look strange using samba. So what is the way to deal with that ?

The above should read "Hjerterimer På Smerte".

Greetings
Viking

25
Users / Zwave - timed event sends 341000 OFF commands in 5 seconds ...
« on: December 10, 2009, 09:42:26 am »
Hi Hari,

I have got an timed event that is supposed to turn of the outside lights in the garten at 00:00. For some reason that seems sometimes to go crasy and send more than 340000 off commands.
The red light of the zwave sender was still blinking like hell this morning.

Code: [Select]
36      12/09/09 23:59:17.814           We have been idle for 30 seconds, polling device states <0xb78fcb90>
40      12/09/09 23:59:17.914           Sending job 0x9e53250 (cb 17) - 0x1 0x9 0x0 0x13 0xff 0x2 0x20 0x2 0x5 0x11 0x2e
 (ESC[31;1m###### ###.ESC[0m) <0xb78fcb90>
41      12/09/09 23:59:17.918           0x1 0x4 0x1 0x13 0x1 0xe8 (ESC[33;1m######ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:17.918           ZW_SEND delivered to Z-Wave stack <0xb78fcb90>
41      12/09/09 23:59:17.939           0x1 0x5 0x0 0x13 0x11 0x0 0xf8 (ESC[33;1m#######ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:17.939           ZW_SEND Response with callback 17 received <0xb78fcb90>
36      12/09/09 23:59:17.939           ZW_SEND was successful, removing job <0xb78fcb90>
41      12/09/09 23:59:18.024           0x1 0x9 0x0 0x4 0x0 0x3 0x3 0x20 0x3 0xff 0x2e (ESC[33;1m####### ##.ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:18.024           FUNC_ID_APPLICATION_COMMAND_HANDLER: <0xb78fcb90>
36      12/09/09 23:59:18.024           COMMAND_CLASS_BASIC -  <0xb78fcb90>
36      12/09/09 23:59:18.025           Got basic report from node 3, value: 255 <0xb78fcb90>
40      12/09/09 23:59:18.122           Sending job 0x9e53470 (cb 18) - 0x1 0x9 0x0 0x13 0xff 0x2 0x31 0x4 0x5 0x12 0x3a (ESC[31;1m######1###:ESC[0m) <0xb78fcb90>
41      12/09/09 23:59:18.125           0x1 0x4 0x1 0x13 0x1 0xe8 (ESC[33;1m######ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:18.125           ZW_SEND delivered to Z-Wave stack <0xb78fcb90>
41      12/09/09 23:59:18.147           0x1 0x5 0x0 0x13 0x12 0x0 0xfb (ESC[33;1m#######ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:18.147           ZW_SEND Response with callback 18 received <0xb78fcb90>
36      12/09/09 23:59:18.147           ZW_SEND was successful, removing job <0xb78fcb90>
41      12/09/09 23:59:18.241           0x1 0x9 0x0 0x4 0x0 0x4 0x3 0x20 0x3 0x0 0xd6 (ESC[33;1m####### ###ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:18.241           FUNC_ID_APPLICATION_COMMAND_HANDLER: <0xb78fcb90>
36      12/09/09 23:59:18.241           COMMAND_CLASS_BASIC -  <0xb78fcb90>
36      12/09/09 23:59:18.241           Got basic report from node 4, value: 0 <0xb78fcb90>
36      12/09/09 23:59:48.338           We have been idle for 30 seconds, polling device states <0xb78fcb90>
40      12/09/09 23:59:48.438           Sending job 0x9e53690 (cb 19) - 0x1 0x9 0x0 0x13 0xff 0x2 0x20 0x2 0x5 0x13 0x2c (ESC[31;1m###### ###,ESC[0m) <0xb78fcb90>
41      12/09/09 23:59:48.442           0x1 0x4 0x1 0x13 0x1 0xe8 (ESC[33;1m######ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:48.442           ZW_SEND delivered to Z-Wave stack <0xb78fcb90>
41      12/09/09 23:59:48.463           0x1 0x5 0x0 0x13 0x13 0x0 0xfa (ESC[33;1m#######ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:48.464           ZW_SEND Response with callback 19 received <0xb78fcb90>
36      12/09/09 23:59:48.464           ZW_SEND was successful, removing job <0xb78fcb90>
40      12/09/09 23:59:48.562           Sending job 0x9e538b0 (cb 20) - 0x1 0x9 0x0 0x13 0xff 0x2 0x31 0x4 0x5 0x14 0x3c (ESC[31;1m######1###<ESC[0m) <0xb78fcb90>
41      12/09/09 23:59:48.566           0x1 0x4 0x1 0x13 0x1 0xe8 (ESC[33;1m######ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:48.566           ZW_SEND delivered to Z-Wave stack <0xb78fcb90>
41      12/09/09 23:59:48.587           0x1 0x5 0x0 0x13 0x14 0x0 0xfd (ESC[33;1m#######ESC[0m) <0xb78fcb90>
36      12/09/09 23:59:48.587           ZW_SEND Response with callback 20 received <0xb78fcb90>
36      12/09/09 23:59:48.587           ZW_SEND was successful, removing job <0xb78fcb90>
36      12/10/09 0:00:09.264            Received command for child <0xb68fab90>
36      12/10/09 0:00:09.264            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.274            Received command for child <0xb68fab90>
36      12/10/09 0:00:09.274            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.276            Received command for child <0xb68fab90>
36      12/10/09 0:00:09.276            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.279            Received command for child <0xb68fab90>
36      12/10/09 0:00:09.279            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.282            Received command for child <0xb68fab90>
36      12/10/09 0:00:09.282            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.285            Received command for child <0xb68fab90>
36      12/10/09 0:00:09.285            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.286            Received command for child <0xb68fab90>
36      12/10/09 0:00:09.286            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.288            Received command for child <0xb68fab90>
36      12/10/09 0:00:09.288            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.290            Received command for child <0xb68fab90>
36      12/10/09 0:00:09.290            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.291            Received command for child <0xb68fab90>
....

#grep "OFF RECEIVED FOR CHILD 4" 33_ZWave.log |wc -l
341181


Here the beginning and the end of the same grep :

Code: [Select]
36      12/09/09 22:57:32.505           OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/09/09 22:57:55.018           OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.264            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.274            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:00:09.276            OFF RECEIVED FOR CHILD 4 <0xb68fab90>

<SNIP>

36      12/10/09 0:05:16.119            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:05:16.120            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 0:05:16.121            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 8:42:07.392            OFF RECEIVED FOR CHILD 4 <0xb68fab90>
36      12/10/09 9:00:02.284            OFF RECEIVED FOR CHILD 4 <0xb68fab90>

Viking

26
Users / 0810 beta2 + update 09.12.2009 - Mplayer VDPAU not working
« on: December 09, 2009, 02:51:54 pm »
Hi,

just updated to the newest beta2 to test the mplayer VDPAU feature :)

Unfortunatlely it does not seem to work.

VDPAU is setup in webfrontend. See attached picture. But replay does not use VDPAU, it uses xv :

Code: [Select]
root@moon44:/usr/pluto/bin# ps ax|grep mplayer
24641 pts/9    Dl+    0:34 mplayer -slave -idle -msglevel all=4 -noborder -fixed-vo -fs -vo xv,x11 -vf screenshot -ao alsa:device=asym_spdif -ac hwac3,hwdts,a52, -lavdopts fast:threads=2 /usr/pluto/share/black.mpeg


Was already setup for vdpau, but also tried "auto". Did do a quick reload between testing.

edit:
# apt-cache policy mplayer
mplayer:
  Installed: 2:1.0-svn29964-0ubuntu1
  Candidate: 2:1.0-svn29964-0ubuntu1

Viking

27
Users / MythTV/xine and 720p channels that are choppy and probably fix ...
« on: December 09, 2009, 01:56:27 pm »
Hi,

if you have got any (european) 720p TV channels that are choppy, this might be the reason :
http://svn.mythtv.org/trac/ticket/7481#comment:4

I have problems with "EinsFestival HD" (sattelite - TechnoTrend S2-3200) and "DR HD" (cable). DR HD is only stuttering very lightly but einsFestival HD is unwatchable.

Recordings of DR HD is also not playable with Xine vdpau in beta2 (upgraded yesterday morning). Audio is stuttering - but video is slightly better.
Maybe the same fix can be used for xine ?

Viking

28
Users / Suggestions for Orbiter changes and fixes
« on: December 09, 2009, 09:36:59 am »
Hi,

the orbiter looks and works very nice :) but there are a few small things that I think could be changed/fixed.

Skin is Titanium Blue (or silver) if there is differences.

1. Replay Video - the icon of the "skip forward" and "skip back" buttons are the same and therfore both showing in the same direction ;). That is the buttons abobe/below of "play/pause"

2. In the mythtv replay skin i think that the "skip forward" and "skip back" buttons should be included above/below of "play/pause". On the remote that is arrow up and down. And skips about ten minutes in the movie.

3. Audio playback skin. There is only the title listed in the playlist - it would nice if the artis could be added at the end of the title. Something like "4 Minutes (Madonna)" instead of just "4 Minutes".

4. Audio Selection skin (after press of the Audio button in the UI1 main menu). If we select "Album" or "Title" in Options it would be nice if the Artist also could be added in paranthesis after the Album name. Just like above.

Greetings
Viking

29
Users / Wrong kernel on MD ?
« on: December 07, 2009, 10:50:53 am »

On the MD I get this error :


# apt-get dist-upgrade
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  linux-image-2.6.27-14-generic
The following packages will be upgraded:
  linux-image-diskless
1 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/57.6MB of archives.
After this operation, 94.5MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  linux-image-2.6.27-14-generic linux-image-diskless
Authentication warning overridden.
(Reading database ... 141336 files and directories currently installed.)
                                                                        Unpacking linux-image-2.6.27-14-generic (from .../linux-image-2.6.27-14-generic_2.6.27-14.41_i386.deb) ...
                                        Done.
                                             dpkg: error processing /var/cache/apt/archives/linux-image-2.6.27-14-generic_2.6.27-14.41_i386.deb (--unpack):
                  trying to overwrite `/boot/vmlinuz-2.6.27-14-generic', which is also in package linux-image-diskless
                                                                                                                      dpkg-deb: subprocess paste killed by signal (Broken pipe)
                                     Preparing to replace linux-image-diskless 2.6.27-14-generic-lmce1 (using .../linux-image-diskless_2.6.27-15-generic-lmce1_i386.deb) ...
                                  Unpacking replacement linux-image-diskless ...
                                                                                dpkg: error processing /var/cache/apt/archives/linux-image-diskless_2.6.27-15-generic-lmce1_i386.deb (--unpack):
                                                       trying to overwrite `/lib/modules/2.6.27-15-generic/initrd/vesafb.ko', which is also in package linux-image-2.6.27-15-generic
                                          dpkg-deb: subprocess paste killed by signal (Broken pipe)
                                                                                                   Errors were encountered while processing:
   /var/cache/apt/archives/linux-image-2.6.27-14-generic_2.6.27-14.41_i386.deb
                                                                               /var/cache/apt/archives/linux-image-diskless_2.6.27-15-generic-lmce1_i386.deb
                  E: Sub-process /usr/bin/dpkg returned an error code (1)

30
Users / What Nvidia Driver is recommende for 0810 beta2 ?
« on: December 02, 2009, 03:53:33 pm »
Hi,

what nvidia driver is used for 0810 beta 2 ?

195.22 ?

Pages: 1 [2] 3 4 5