Page 2 of 3

Re: Serviio on UnRaid

PostPosted: Sun Jan 16, 2011 8:52 pm
by kjricker
I work on Windows 7. UnRaid where I am running seviio server is built on Slackware. I think it is Slackware 12.2. Soon it will be updated to Slackware 13 when version 5 comes out layer this year.

Re: Serviio on UnRaid

PostPosted: Sun Jan 16, 2011 9:43 pm
by Cerberus
ok had a quick look, have you had a look at this page might help with your issues :)

http://www.linuxpackages.net/pkg_details.php?id=10124

Re: Serviio on UnRaid

PostPosted: Sun Jan 16, 2011 10:43 pm
by kjricker
I've grabbed a few from other distro package sites that all had some sort of error when invoking ffmpeg. I'll see what this site has.

Re: Serviio on UnRaid

PostPosted: Mon Jan 17, 2011 11:31 pm
by kjricker
With some help on the unRaid forums I got a build a ffmpeg properly running. It's not the one on the download page, but it does appear to be working. I can see meta data extraction is working and video items are being added to the DB finally.

I still get crashing when playing back media though.
  Code:
root@Tower:/boot/custom/serviio/bin# serviio.sh &
[3] 5041
root@Tower:/boot/custom/serviio/bin# ./serviio.sh: line 70:  5009 Killed
          "$JAVA" -Xmx384M $JAVA_OPTS -classpath "$SERVIIO_CLASS_PATH" org.servi
io.MediaServer "$@"

After I see that in my telnet session Serviio is inaccessible.

The log doesn't show what happend. Here are the last lines in the log:
  Code:
2011-01-17 18:23:03,559 DEBUG [LibraryAdditionsCheckerThread] Found file 'Survivorman.S01E07.Canyonlands.avi', checking if it's already in the Library
2011-01-17 18:23:03,559 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item Survivorman.S01E07.Canyonlands.avi
2011-01-17 18:23:03,575 DEBUG [MediaItemDAOImpl] Media item Survivorman.S01E07.Canyonlands.avi doesn't exist in DB yet
2011-01-17 18:23:03,576 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2011-01-17 18:23:03,577 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /mnt/user/TV/Survivorman/Season 01/Survivorman.S01E07.Canyonlands.avi
2011-01-17 18:23:03,577 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /mnt/user/TV/Survivorman/Season 01/Survivorman.S01E07.Canyonlands.avi
2011-01-17 18:23:03,577 DEBUG [ProcessExecutor] Starting ffmpeg -i /mnt/user/TV/Survivorman/Season 01/Survivorman.S01E07.Canyonlands.avi

Re: Serviio on UnRaid

PostPosted: Mon Jan 17, 2011 11:36 pm
by zip
so what happens when you try executing

  Code:
ffmpeg -i /mnt/user/TV/Survivorman/Season 01/Survivorman.S01E07.Canyonlands.avi

Re: Serviio on UnRaid

PostPosted: Tue Jan 18, 2011 8:16 am
by Illico
  Code:
ffmpeg -i "/mnt/user/TV/Survivorman/Season 01/Survivorman.S01E07.Canyonlands.avi"

Re: Serviio on UnRaid

PostPosted: Tue Jan 18, 2011 3:55 pm
by kjricker
That yeilds:
  Code:
root@Tower:~# ffmpeg -i "/mnt/user/TV/Survivorman/Season 01/Survivorman.S01E07.C
anyonlands.avi"
FFmpeg version UNKNOWN, Copyright (c) 2000-2010 Fabrice Bellard, et al.
  built on Jan 17 2011 16:54:17 with gcc 4.2.4
  configuration: --enable-gpl --enable-nonfree --enable-postproc --enable-pthrea
ds --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libx264 --enab
le-libxvid --enable-x11grab --disable-shared --enable-static --disable-decoder=a
ac
  libavutil     50. 8. 0 / 50. 8. 0
  libavcodec    52.52. 0 / 52.52. 0
  libavformat   52.50. 0 / 52.50. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0.10. 0 /  0.10. 0
  libpostproc   51. 2. 0 / 51. 2. 0

Seems stream 0 codec frame rate differs from container frame rate: 29.98 (65535/
2186) -> 29.97 (30000/1001)
Input #0, avi, from '/mnt/user/TV/Survivorman/Season 01/Survivorman.S01E07.Canyo
nlands.avi':
  Metadata:
    ISFT            : VirtualDubMod 1.5.4.1 (build 2178/release)
    IAS1            : English
  Duration: 00:46:25.74, start: 0.000000, bitrate: 1053 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 512x384 [PAR 1:1 DAR 4:3], 29.97 tbr, 29
.97 tbn, 29.98 tbc
    Stream #0.1: Audio: mp3, 48000 Hz, 2 channels, s16, 128 kb/s
At least one output file must be specified

The file I was last playing when it crashed shows:
  Code:
root@Tower:~# ffmpeg -i "/mnt/user/TV/Top Gear/Season 00/03-Polar Special.mkv"
FFmpeg version UNKNOWN, Copyright (c) 2000-2010 Fabrice Bellard, et al.
  built on Jan 17 2011 16:54:17 with gcc 4.2.4
  configuration: --enable-gpl --enable-nonfree --enable-postproc --enable-pthrea
ds --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libx264 --enab
le-libxvid --enable-x11grab --disable-shared --enable-static --disable-decoder=a
ac
  libavutil     50. 8. 0 / 50. 8. 0
  libavcodec    52.52. 0 / 52.52. 0
  libavformat   52.50. 0 / 52.50. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0.10. 0 /  0.10. 0
  libpostproc   51. 2. 0 / 51. 2. 0
[matroska @ 0x8a343b0]max_analyze_duration reached
[matroska @ 0x8a343b0]Estimating duration from bitrate, this may be inaccurate

Seems stream 1 codec frame rate differs from container frame rate: 48.00 (100000
00/208333) -> 24.00 (24/1)
Input #0, matroska, from '/mnt/user/TV/Top Gear/Season 00/03-Polar Special.mkv':
  Duration: 01:14:23.36, start: 0.000000, bitrate: N/A
    Stream #0.0(eng): Subtitle: 0x0000
    Stream #0.1(eng): Video: h264, yuv420p, 1280x720, PAR 1:1 DAR 16:9, 24.39 fp
s, 24 tbr, 1k tbn, 48 tbc
    Stream #0.2: Audio: ac3, 48000 Hz, 2 channels, s16
    Stream #0.3: Attachment: 0x0000
    Metadata:
      filename        : CANDARA.TTF
    Stream #0.4: Attachment: 0x0000
    Metadata:
      filename        : CANDARAB.TTF
    Stream #0.5: Attachment: 0x0000
    Metadata:
      filename        : CANDARAI.TTF
    Stream #0.6: Attachment: 0x0000
    Metadata:
      filename        : CANDARAZ.TTF
    Stream #0.7: Attachment: 0x0000
    Metadata:
      filename        : CronosPro-Bold.ttf
    Stream #0.8: Attachment: 0x0000
    Metadata:
      filename        : CronosPro-Semibold.ttf
    Stream #0.9: Attachment: 0x0000
    Metadata:
      filename        : CronosPro-SemiboldIt.ttf
At least one output file must be specified

Re: Serviio on UnRaid

PostPosted: Tue Jan 18, 2011 4:18 pm
by kjricker
I've played a few other files now. A mix of mkv and avi files. They all result in the crash posted above. I see in my unRaid log that I am running out of memory. I know you guys don't run unRaid, but maybe you can understand something here in this log.
  Code:
Jan 18 11:16:01 Tower kernel: ffmpeg invoked oom-killer: gfp_mask=0x280da, order=0, oom_adj=0 (Minor Issues)
Jan 18 11:16:01 Tower kernel: Pid: 5375, comm: ffmpeg Not tainted 2.6.32.9-unRAID #8 (Errors)
Jan 18 11:16:01 Tower kernel: Call Trace: (Errors)
Jan 18 11:16:01 Tower kernel:  [<c104ab61>] oom_kill_process+0x59/0x1cd (Errors)
Jan 18 11:16:01 Tower kernel:  [<c104afb9>] __out_of_memory+0xef/0x102 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c104b02a>] out_of_memory+0x5e/0x83 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c104cfe9>] __alloc_pages_nodemask+0x375/0x42f (Errors)
Jan 18 11:16:01 Tower kernel:  [<c1059686>] handle_mm_fault+0x254/0x8f1 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c113c4db>] ? __percpu_counter_add+0x5f/0x7c (Errors)
Jan 18 11:16:01 Tower kernel:  [<c105d5c3>] ? do_brk+0x189/0x23d (Errors)
Jan 18 11:16:01 Tower kernel:  [<c1017050>] do_page_fault+0x17c/0x1e4 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c1016ed4>] ? do_page_fault+0x0/0x1e4 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c12a07ce>] error_code+0x66/0x6c (Errors)
Jan 18 11:16:01 Tower kernel:  [<c1016ed4>] ? do_page_fault+0x0/0x1e4 (Errors)
Jan 18 11:16:01 Tower kernel: Mem-Info:
Jan 18 11:16:01 Tower kernel: DMA per-cpu:
Jan 18 11:16:01 Tower kernel: CPU    0: hi:    0, btch:   1 usd:   0
Jan 18 11:16:01 Tower kernel: CPU    1: hi:    0, btch:   1 usd:   0
Jan 18 11:16:01 Tower kernel: Normal per-cpu:
Jan 18 11:16:01 Tower kernel: CPU    0: hi:  186, btch:  31 usd: 129
Jan 18 11:16:01 Tower kernel: CPU    1: hi:  186, btch:  31 usd: 101
Jan 18 11:16:01 Tower kernel: active_anon:11794 inactive_anon:11119 isolated_anon:0
Jan 18 11:16:01 Tower kernel:  active_file:0 inactive_file:8 isolated_file:0
Jan 18 11:16:01 Tower kernel:  unevictable:93851 dirty:0 writeback:5 unstable:0
Jan 18 11:16:01 Tower kernel:  free:1169 slab_reclaimable:1456 slab_unreclaimable:1731
Jan 18 11:16:01 Tower kernel:  mapped:4976 shmem:18 pagetables:274 bounce:0
Jan 18 11:16:01 Tower kernel: DMA free:2020kB min:88kB low:108kB high:132kB active_anon:3152kB inactive_anon:1776kB active_file:0kB inactive_file:0kB unevictable:8724kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:0kB writeback:0kB mapped:68kB shmem:0kB slab_reclaimable:108kB slab_unreclaimable:36kB kernel_stack:16kB pagetables:12kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
Jan 18 11:16:01 Tower kernel: lowmem_reserve[]: 0 484 484 484
Jan 18 11:16:01 Tower kernel: Normal free:2656kB min:2768kB low:3460kB high:4152kB active_anon:44024kB inactive_anon:42700kB active_file:0kB inactive_file:32kB unevictable:366680kB isolated(anon):0kB isolated(file):0kB present:495744kB mlocked:0kB dirty:0kB writeback:20kB mapped:19836kB shmem:72kB slab_reclaimable:5716kB slab_unreclaimable:6888kB kernel_stack:1216kB pagetables:1084kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:155 all_unreclaimable? no
Jan 18 11:16:01 Tower kernel: lowmem_reserve[]: 0 0 0 0
Jan 18 11:16:01 Tower kernel: DMA: 5*4kB 0*8kB 3*16kB 1*32kB 0*64kB 1*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 2020kB
Jan 18 11:16:01 Tower kernel: Normal: 0*4kB 0*8kB 16*16kB 5*32kB 1*64kB 1*128kB 0*256kB 0*512kB 0*1024kB 1*2048kB 0*4096kB = 2656kB
Jan 18 11:16:01 Tower kernel: 93895 total pagecache pages
Jan 18 11:16:01 Tower kernel: 0 pages in swap cache
Jan 18 11:16:01 Tower kernel: Swap cache stats: add 0, delete 0, find 0/0
Jan 18 11:16:01 Tower kernel: Free swap  = 0kB
Jan 18 11:16:01 Tower kernel: Total swap = 0kB
Jan 18 11:16:01 Tower kernel: 128992 pages RAM
Jan 18 11:16:01 Tower kernel: 0 pages HighMem
Jan 18 11:16:01 Tower kernel: 2326 pages reserved
Jan 18 11:16:01 Tower kernel: 12537 pages shared
Jan 18 11:16:01 Tower kernel: 119953 pages non-shared
Jan 18 11:16:01 Tower kernel: Out of memory: kill process 4632 (serviio.sh) score 232926 or a child (Errors)
Jan 18 11:16:01 Tower kernel: Killed process 4637 (java) (Errors)
Jan 18 11:16:01 Tower atd[4094]: Exec failed for mail command: No such file or directory (Minor Issues)
Jan 18 11:16:01 Tower kernel: ffmpeg invoked oom-killer: gfp_mask=0x280da, order=0, oom_adj=0 (Minor Issues)
Jan 18 11:16:01 Tower kernel: Pid: 5375, comm: ffmpeg Not tainted 2.6.32.9-unRAID #8 (Errors)
Jan 18 11:16:01 Tower kernel: Call Trace: (Errors)
Jan 18 11:16:01 Tower kernel:  [<c104ab61>] oom_kill_process+0x59/0x1cd (Errors)
Jan 18 11:16:01 Tower kernel:  [<c104afb9>] __out_of_memory+0xef/0x102 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c104b02a>] out_of_memory+0x5e/0x83 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c104cfe9>] __alloc_pages_nodemask+0x375/0x42f (Errors)
Jan 18 11:16:01 Tower kernel:  [<c1059686>] handle_mm_fault+0x254/0x8f1 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c113c4db>] ? __percpu_counter_add+0x5f/0x7c (Errors)
Jan 18 11:16:01 Tower kernel:  [<c105d5c3>] ? do_brk+0x189/0x23d (Errors)
Jan 18 11:16:01 Tower kernel:  [<c1017050>] do_page_fault+0x17c/0x1e4 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c1016ed4>] ? do_page_fault+0x0/0x1e4 (Errors)
Jan 18 11:16:01 Tower kernel:  [<c12a07ce>] error_code+0x66/0x6c (Errors)
Jan 18 11:16:01 Tower kernel:  [<c1016ed4>] ? do_page_fault+0x0/0x1e4 (Errors)
Jan 18 11:16:01 Tower kernel: Mem-Info:
Jan 18 11:16:01 Tower kernel: DMA per-cpu:
Jan 18 11:16:01 Tower kernel: CPU    0: hi:    0, btch:   1 usd:   0
Jan 18 11:16:01 Tower kernel: CPU    1: hi:    0, btch:   1 usd:   0
Jan 18 11:16:01 Tower kernel: Normal per-cpu:
Jan 18 11:16:01 Tower kernel: CPU    0: hi:  186, btch:  31 usd: 135
Jan 18 11:16:01 Tower kernel: CPU    1: hi:  186, btch:  31 usd: 107
Jan 18 11:16:01 Tower kernel: active_anon:11695 inactive_anon:11215 isolated_anon:0
Jan 18 11:16:01 Tower kernel:  active_file:13 inactive_file:5 isolated_file:0
Jan 18 11:16:01 Tower kernel:  unevictable:93851 dirty:0 writeback:5 unstable:0
Jan 18 11:16:01 Tower kernel:  free:1169 slab_reclaimable:1443 slab_unreclaimable:1731
Jan 18 11:16:01 Tower kernel:  mapped:4976 shmem:18 pagetables:274 bounce:0
Jan 18 11:16:01 Tower kernel: DMA free:2020kB min:88kB low:108kB high:132kB active_anon:3180kB inactive_anon:1776kB active_file:0kB inactive_file:0kB unevictable:8724kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:0kB writeback:0kB mapped:68kB shmem:0kB slab_reclaimable:108kB slab_unreclaimable:36kB kernel_stack:16kB pagetables:12kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
Jan 18 11:16:01 Tower kernel: lowmem_reserve[]: 0 484 484 484
Jan 18 11:16:01 Tower kernel: Normal free:2656kB min:2768kB low:3460kB high:4152kB active_anon:43600kB inactive_anon:43084kB active_file:52kB inactive_file:20kB unevictable:366680kB isolated(anon):0kB isolated(file):0kB present:495744kB mlocked:0kB dirty:0kB writeback:20kB mapped:19836kB shmem:72kB slab_reclaimable:5664kB slab_unreclaimable:6888kB kernel_stack:1216kB pagetables:1084kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:348 all_unreclaimable? yes
Jan 18 11:16:01 Tower kernel: lowmem_reserve[]: 0 0 0 0
Jan 18 11:16:01 Tower kernel: DMA: 5*4kB 0*8kB 3*16kB 1*32kB 0*64kB 1*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 2020kB
Jan 18 11:16:01 Tower kernel: Normal: 0*4kB 0*8kB 16*16kB 5*32kB 1*64kB 1*128kB 0*256kB 0*512kB 0*1024kB 1*2048kB 0*4096kB = 2656kB
Jan 18 11:16:01 Tower kernel: 93895 total pagecache pages
Jan 18 11:16:01 Tower kernel: 0 pages in swap cache
Jan 18 11:16:01 Tower kernel: Swap cache stats: add 0, delete 0, find 0/0
Jan 18 11:16:01 Tower kernel: Free swap  = 0kB
Jan 18 11:16:01 Tower kernel: Total swap = 0kB
Jan 18 11:16:01 Tower kernel: 128992 pages RAM
Jan 18 11:16:01 Tower kernel: 0 pages HighMem
Jan 18 11:16:01 Tower kernel: 2326 pages reserved
Jan 18 11:16:01 Tower kernel: 12525 pages shared
Jan 18 11:16:01 Tower kernel: 119957 pages non-shared
Jan 18 11:16:01 Tower kernel: Out of memory: kill process 4095 (sh) score 43459 or a child (Errors)
Jan 18 11:16:01 Tower kernel: Killed process 4096 (java) (Errors)
Jan 18 11:16:48 Tower unmenu[1265]: /boot/unmenu/uu: line 55:  1269 Terminated              awk -W re-interval -f ./unmenu.awk 2>$stuff$1 </dev/null
Jan 18 11:16:48 Tower unmenu-status: Exiting unmenu web-server, exit status code = 143
Jan 18 11:19:13 Tower unmenu-status: Starting unmenu web-server
Jan 18 11:34:43 Tower in.telnetd[6488]: connect from 192.168.0.5 (192.168.0.5) (Routine)
Jan 18 11:34:46 Tower login[6489]: ROOT LOGIN  on `pts/0' from `192.168.0.5' (Logins)
Jan 18 11:39:11 Tower kernel: ffmpeg invoked oom-killer: gfp_mask=0x200d2, order=0, oom_adj=0 (Minor Issues)
Jan 18 11:39:11 Tower kernel: Pid: 6823, comm: ffmpeg Not tainted 2.6.32.9-unRAID #8 (Errors)
Jan 18 11:39:11 Tower kernel: Call Trace: (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104ab61>] oom_kill_process+0x59/0x1cd (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104afb9>] __out_of_memory+0xef/0x102 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104b02a>] out_of_memory+0x5e/0x83 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104cfe9>] __alloc_pages_nodemask+0x375/0x42f (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1036edf>] ? sched_clock_local+0x11/0x135 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1048ed2>] grab_cache_page_write_begin+0x54/0x8e (Errors)
Jan 18 11:39:11 Tower kernel:  [<c108134f>] simple_write_begin+0x1e/0x50 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104932b>] generic_file_buffered_write+0xb9/0x1de (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1049983>] __generic_file_aio_write+0x3ca/0x404 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1078403>] ? core_sys_select+0x20e/0x280 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1049a11>] generic_file_aio_write+0x54/0x95 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106c46d>] do_sync_write+0xbb/0xf9 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c101c7f4>] ? update_curr+0x60/0xa4 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c103391d>] ? autoremove_wake_function+0x0/0x30 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106c3b2>] ? do_sync_write+0x0/0xf9 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106cac4>] vfs_write+0x8c/0x116 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106cfcf>] sys_write+0x3b/0x60 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1002935>] syscall_call+0x7/0xb (Errors)
Jan 18 11:39:11 Tower kernel: Mem-Info:
Jan 18 11:39:11 Tower kernel: DMA per-cpu:
Jan 18 11:39:11 Tower kernel: CPU    0: hi:    0, btch:   1 usd:   0
Jan 18 11:39:11 Tower kernel: CPU    1: hi:    0, btch:   1 usd:   0
Jan 18 11:39:11 Tower kernel: Normal per-cpu:
Jan 18 11:39:11 Tower kernel: CPU    0: hi:  186, btch:  31 usd:  95
Jan 18 11:39:11 Tower kernel: CPU    1: hi:  186, btch:  31 usd:  82
Jan 18 11:39:11 Tower kernel: active_anon:8116 inactive_anon:8929 isolated_anon:0
Jan 18 11:39:11 Tower kernel:  active_file:5 inactive_file:30 isolated_file:0
Jan 18 11:39:11 Tower kernel:  unevictable:99746 dirty:0 writeback:0 unstable:0
Jan 18 11:39:11 Tower kernel:  free:1168 slab_reclaimable:1391 slab_unreclaimable:1693
Jan 18 11:39:11 Tower kernel:  mapped:4781 shmem:18 pagetables:222 bounce:0
Jan 18 11:39:11 Tower kernel: DMA free:2024kB min:88kB low:108kB high:132kB active_anon:1588kB inactive_anon:2456kB active_file:0kB inactive_file:12kB unevictable:9712kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:0kB writeback:0kB mapped:32kB shmem:0kB slab_reclaimable:32kB slab_unreclaimable:28kB kernel_stack:24kB pagetables:8kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
Jan 18 11:39:11 Tower kernel: lowmem_reserve[]: 0 484 484 484
Jan 18 11:39:11 Tower kernel: Normal free:2648kB min:2768kB low:3460kB high:4152kB active_anon:30876kB inactive_anon:33260kB active_file:20kB inactive_file:108kB unevictable:389272kB isolated(anon):0kB isolated(file):0kB present:495744kB mlocked:0kB dirty:0kB writeback:0kB mapped:19092kB shmem:72kB slab_reclaimable:5532kB slab_unreclaimable:6744kB kernel_stack:888kB pagetables:880kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:264 all_unreclaimable? yes
Jan 18 11:39:11 Tower kernel: lowmem_reserve[]: 0 0 0 0
Jan 18 11:39:11 Tower kernel: DMA: 0*4kB 3*8kB 1*16kB 2*32kB 0*64kB 1*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 2024kB
Jan 18 11:39:11 Tower kernel: Normal: 2*4kB 0*8kB 3*16kB 1*32kB 6*64kB 1*128kB 0*256kB 0*512kB 0*1024kB 1*2048kB 0*4096kB = 2648kB
Jan 18 11:39:11 Tower kernel: 99832 total pagecache pages
Jan 18 11:39:11 Tower kernel: 0 pages in swap cache
Jan 18 11:39:11 Tower kernel: Swap cache stats: add 0, delete 0, find 0/0
Jan 18 11:39:11 Tower kernel: Free swap  = 0kB
Jan 18 11:39:11 Tower kernel: Total swap = 0kB
Jan 18 11:39:11 Tower kernel: 128992 pages RAM
Jan 18 11:39:11 Tower kernel: 0 pages HighMem
Jan 18 11:39:11 Tower kernel: 2326 pages reserved
Jan 18 11:39:11 Tower kernel: 9777 pages shared
Jan 18 11:39:11 Tower kernel: 120252 pages non-shared
Jan 18 11:39:11 Tower kernel: Out of memory: kill process 6521 (serviio.sh) score 124153 or a child (Errors)
Jan 18 11:39:11 Tower kernel: Killed process 6526 (java) (Errors)
Jan 18 11:39:11 Tower kernel: ffmpeg invoked oom-killer: gfp_mask=0x200d2, order=0, oom_adj=0 (Minor Issues)
Jan 18 11:39:11 Tower kernel: Pid: 6823, comm: ffmpeg Not tainted 2.6.32.9-unRAID #8 (Errors)
Jan 18 11:39:11 Tower kernel: Call Trace: (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104ab61>] oom_kill_process+0x59/0x1cd (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104afb9>] __out_of_memory+0xef/0x102 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104b02a>] out_of_memory+0x5e/0x83 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104cfe9>] __alloc_pages_nodemask+0x375/0x42f (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1036edf>] ? sched_clock_local+0x11/0x135 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1048ed2>] grab_cache_page_write_begin+0x54/0x8e (Errors)
Jan 18 11:39:11 Tower kernel:  [<c108134f>] simple_write_begin+0x1e/0x50 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104932b>] generic_file_buffered_write+0xb9/0x1de (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1049983>] __generic_file_aio_write+0x3ca/0x404 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1078403>] ? core_sys_select+0x20e/0x280 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1049a11>] generic_file_aio_write+0x54/0x95 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106c46d>] do_sync_write+0xbb/0xf9 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c101c7f4>] ? update_curr+0x60/0xa4 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c103391d>] ? autoremove_wake_function+0x0/0x30 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106c3b2>] ? do_sync_write+0x0/0xf9 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106cac4>] vfs_write+0x8c/0x116 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106cfcf>] sys_write+0x3b/0x60 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1002935>] syscall_call+0x7/0xb (Errors)
Jan 18 11:39:11 Tower kernel: Mem-Info:
Jan 18 11:39:11 Tower kernel: DMA per-cpu:
Jan 18 11:39:11 Tower kernel: CPU    0: hi:    0, btch:   1 usd:   0
Jan 18 11:39:11 Tower kernel: CPU    1: hi:    0, btch:   1 usd:   0
Jan 18 11:39:11 Tower kernel: Normal per-cpu:
Jan 18 11:39:11 Tower kernel: CPU    0: hi:  186, btch:  31 usd:  95
Jan 18 11:39:11 Tower kernel: CPU    1: hi:  186, btch:  31 usd:  82
Jan 18 11:39:11 Tower kernel: active_anon:8116 inactive_anon:8929 isolated_anon:0
Jan 18 11:39:11 Tower kernel:  active_file:5 inactive_file:30 isolated_file:0
Jan 18 11:39:11 Tower kernel:  unevictable:99746 dirty:0 writeback:0 unstable:0
Jan 18 11:39:11 Tower kernel:  free:1168 slab_reclaimable:1391 slab_unreclaimable:1693
Jan 18 11:39:11 Tower kernel:  mapped:4781 shmem:18 pagetables:222 bounce:0
Jan 18 11:39:11 Tower kernel: DMA free:2024kB min:88kB low:108kB high:132kB active_anon:1588kB inactive_anon:2456kB active_file:0kB inactive_file:12kB unevictable:9712kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:0kB writeback:0kB mapped:32kB shmem:0kB slab_reclaimable:32kB slab_unreclaimable:28kB kernel_stack:24kB pagetables:8kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
Jan 18 11:39:11 Tower kernel: lowmem_reserve[]: 0 484 484 484
Jan 18 11:39:11 Tower kernel: Normal free:2648kB min:2768kB low:3460kB high:4152kB active_anon:30876kB inactive_anon:33260kB active_file:20kB inactive_file:108kB unevictable:389272kB isolated(anon):0kB isolated(file):0kB present:495744kB mlocked:0kB dirty:0kB writeback:0kB mapped:19092kB shmem:72kB slab_reclaimable:5532kB slab_unreclaimable:6744kB kernel_stack:888kB pagetables:880kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:264 all_unreclaimable? yes
Jan 18 11:39:11 Tower kernel: lowmem_reserve[]: 0 0 0 0
Jan 18 11:39:11 Tower kernel: DMA: 0*4kB 3*8kB 1*16kB 2*32kB 0*64kB 1*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 2024kB
Jan 18 11:39:11 Tower kernel: Normal: 2*4kB 0*8kB 3*16kB 1*32kB 6*64kB 1*128kB 0*256kB 0*512kB 0*1024kB 1*2048kB 0*4096kB = 2648kB
Jan 18 11:39:11 Tower kernel: 99832 total pagecache pages
Jan 18 11:39:11 Tower kernel: 0 pages in swap cache
Jan 18 11:39:11 Tower kernel: Swap cache stats: add 0, delete 0, find 0/0
Jan 18 11:39:11 Tower kernel: Free swap  = 0kB
Jan 18 11:39:11 Tower kernel: Total swap = 0kB
Jan 18 11:39:11 Tower kernel: 128992 pages RAM
Jan 18 11:39:11 Tower kernel: 0 pages HighMem
Jan 18 11:39:11 Tower kernel: 2326 pages reserved
Jan 18 11:39:11 Tower kernel: 9777 pages shared
Jan 18 11:39:11 Tower kernel: 120252 pages non-shared
Jan 18 11:39:11 Tower kernel: Out of memory: kill process 6521 (serviio.sh) score 4467 or a child (Errors)
Jan 18 11:39:11 Tower kernel: Killed process 6855 (java) (Errors)
Jan 18 11:39:11 Tower kernel: java: page allocation failure. order:0, mode:0xd0
Jan 18 11:39:11 Tower kernel: Pid: 6855, comm: java Not tainted 2.6.32.9-unRAID #8 (Errors)
Jan 18 11:39:11 Tower kernel: Call Trace: (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104d06f>] __alloc_pages_nodemask+0x3fb/0x42f (Errors)
Jan 18 11:39:11 Tower kernel:  [<c124c9fc>] tcp_sendmsg+0x424/0x879 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1223f72>] sock_sendmsg+0xca/0xe1 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c103391d>] ? autoremove_wake_function+0x0/0x30 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c101b028>] ? kmap_atomic+0x14/0x16 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1027ca8>] ? current_fs_time+0x16/0x19 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c107bda4>] ? touch_atime+0x6e/0xe4 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104a085>] ? generic_file_aio_read+0x4de/0x51a (Errors)
Jan 18 11:39:11 Tower kernel:  [<c12241d5>] sys_sendto+0xa4/0xc3 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106c566>] ? do_sync_read+0xbb/0xf9 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106ef4d>] ? cp_new_stat64+0xe8/0xfa (Errors)
Jan 18 11:39:11 Tower kernel:  [<c103391d>] ? autoremove_wake_function+0x0/0x30 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c122420c>] sys_send+0x18/0x1a (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1224d15>] sys_socketcall+0xbf/0x170 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1002935>] syscall_call+0x7/0xb (Errors)
Jan 18 11:39:11 Tower kernel: Mem-Info:
Jan 18 11:39:11 Tower kernel: DMA per-cpu:
Jan 18 11:39:11 Tower kernel: CPU    0: hi:    0, btch:   1 usd:   0
Jan 18 11:39:11 Tower kernel: CPU    1: hi:    0, btch:   1 usd:   0
Jan 18 11:39:11 Tower kernel: Normal per-cpu:
Jan 18 11:39:11 Tower kernel: CPU    0: hi:  186, btch:  31 usd:  95
Jan 18 11:39:11 Tower kernel: CPU    1: hi:  186, btch:  31 usd:  82
Jan 18 11:39:11 Tower kernel: active_anon:8116 inactive_anon:8929 isolated_anon:0
Jan 18 11:39:11 Tower kernel:  active_file:5 inactive_file:16 isolated_file:0
Jan 18 11:39:11 Tower kernel:  unevictable:99746 dirty:0 writeback:0 unstable:0
Jan 18 11:39:11 Tower kernel:  free:1201 slab_reclaimable:1391 slab_unreclaimable:1693
Jan 18 11:39:11 Tower kernel:  mapped:4781 shmem:18 pagetables:222 bounce:0
Jan 18 11:39:11 Tower kernel: DMA free:2044kB min:88kB low:108kB high:132kB active_anon:1588kB inactive_anon:2456kB active_file:0kB inactive_file:12kB unevictable:9712kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:0kB writeback:0kB mapped:32kB shmem:0kB slab_reclaimable:32kB slab_unreclaimable:28kB kernel_stack:24kB pagetables:8kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
Jan 18 11:39:11 Tower kernel: lowmem_reserve[]: 0 484 484 484
Jan 18 11:39:11 Tower kernel: Normal free:2760kB min:2768kB low:3460kB high:4152kB active_anon:30876kB inactive_anon:33260kB active_file:20kB inactive_file:52kB unevictable:389272kB isolated(anon):0kB isolated(file):0kB present:495744kB mlocked:0kB dirty:0kB writeback:0kB mapped:19092kB shmem:72kB slab_reclaimable:5532kB slab_unreclaimable:6744kB kernel_stack:784kB pagetables:880kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:62 all_unreclaimable? no
Jan 18 11:39:11 Tower kernel: lowmem_reserve[]: 0 0 0 0
Jan 18 11:39:11 Tower kernel: DMA: 5*4kB 3*8kB 1*16kB 2*32kB 0*64kB 1*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 2044kB
Jan 18 11:39:11 Tower kernel: Normal: 2*4kB 18*8kB 6*16kB 1*32kB 6*64kB 1*128kB 0*256kB 0*512kB 0*1024kB 1*2048kB 0*4096kB = 2840kB
Jan 18 11:39:11 Tower kernel: 99832 total pagecache pages
Jan 18 11:39:11 Tower kernel: 0 pages in swap cache
Jan 18 11:39:11 Tower kernel: Swap cache stats: add 0, delete 0, find 0/0
Jan 18 11:39:11 Tower kernel: Free swap  = 0kB
Jan 18 11:39:11 Tower kernel: Total swap = 0kB
Jan 18 11:39:11 Tower kernel: shfs invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0 (Minor Issues)
Jan 18 11:39:11 Tower kernel: Pid: 4712, comm: shfs Not tainted 2.6.32.9-unRAID #8 (Errors)
Jan 18 11:39:11 Tower kernel: Call Trace: (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104ab61>] oom_kill_process+0x59/0x1cd (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104afb9>] __out_of_memory+0xef/0x102 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104b02a>] out_of_memory+0x5e/0x83 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104cfe9>] __alloc_pages_nodemask+0x375/0x42f (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104e9f3>] __do_page_cache_readahead+0x8e/0x169 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104eae5>] ra_submit+0x17/0x1c (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104ecef>] ondemand_readahead+0x14e/0x15a (Errors)
Jan 18 11:39:11 Tower kernel:  [<c104ed6f>] page_cache_sync_readahead+0x16/0x1b (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1049dc3>] generic_file_aio_read+0x21c/0x51a (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106c566>] do_sync_read+0xbb/0xf9 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c103391d>] ? autoremove_wake_function+0x0/0x30 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1058f7c>] ? zap_page_range+0xaa/0xbb (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106cc4b>] ? vfs_read+0xfd/0x114 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106c4ab>] ? do_sync_read+0x0/0xf9 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106cbd8>] vfs_read+0x8a/0x114 (Errors)
Jan 18 11:39:11 Tower kernel:  [<c106d038>] sys_pread64+0x44/0x5d (Errors)
Jan 18 11:39:11 Tower kernel:  [<c1002935>] syscall_call+0x7/0xb (Errors)
Jan 18 11:39:11 Tower kernel: Mem-Info:
Jan 18 11:39:11 Tower kernel: DMA per-cpu:
Jan 18 11:39:11 Tower kernel: CPU    0: hi:    0, btch:   1 usd:   0
Jan 18 11:39:11 Tower kernel: CPU    1: hi:    0, btch:   1 usd:   0
Jan 18 11:39:11 Tower kernel: Normal per-cpu:
Jan 18 11:39:11 Tower kernel: CPU    0: hi:  186, btch:  31 usd:  95
Jan 18 11:39:11 Tower kernel: CPU    1: hi:  186, btch:  31 usd:  82
Jan 18 11:39:11 Tower kernel: active_anon:8116 inactive_anon:8929 isolated_anon:0
Jan 18 11:39:11 Tower kernel:  active_file:5 inactive_file:16 isolated_file:0
Jan 18 11:39:11 Tower kernel:  unevictable:99746 dirty:0 writeback:0 unstable:0
Jan 18 11:39:11 Tower kernel:  free:1201 slab_reclaimable:1391 slab_unreclaimable:1693
Jan 18 11:39:11 Tower kernel:  mapped:4781 shmem:18 pagetables:222 bounce:0
Jan 18 11:39:11 Tower kernel: DMA free:2044kB min:88kB low:108kB high:132kB active_anon:1588kB inactive_anon:2456kB active_file:0kB inactive_file:12kB unevictable:9712kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:0kB writeback:0kB mapped:32kB shmem:0kB slab_reclaimable:32kB slab_unreclaimable:28kB kernel_stack:24kB pagetables:8kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
Jan 18 11:39:11 Tower kernel: lowmem_reserve[]: 0 484 484 484
Jan 18 11:39:11 Tower kernel: Normal free:2760kB min:2768kB low:3460kB high:4152kB active_anon:30876kB inactive_anon:33260kB active_file:20kB inactive_file:52kB unevictable:389272kB isolated(anon):0kB isolated(file):0kB present:495744kB mlocked:0kB dirty:0kB writeback:0kB mapped:19092kB shmem:72kB slab_reclaimable:5532kB slab_unreclaimable:6744kB kernel_stack:784kB pagetables:880kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:62 all_unreclaimable? no
Jan 18 11:39:11 Tower kernel: lowmem_reserve[]: 0 0 0 0
Jan 18 11:39:11 Tower kernel: DMA: 5*4kB 3*8kB 1*16kB 2*32kB 0*64kB 1*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 2044kB
Jan 18 11:39:11 Tower kernel: Normal: 2*4kB 18*8kB 6*16kB 1*32kB 6*64kB 1*128kB 0*256kB 0*512kB 0*1024kB 1*2048kB 0*4096kB = 2840kB
Jan 18 11:39:11 Tower kernel: 99832 total pagecache pages
Jan 18 11:39:11 Tower kernel: 0 pages in swap cache
Jan 18 11:39:11 Tower kernel: Swap cache stats: add 0, delete 0, find 0/0
Jan 18 11:39:11 Tower kernel: Free swap  = 0kB
Jan 18 11:39:11 Tower kernel: Total swap = 0kB
Jan 18 11:39:11 Tower kernel: 128992 pages RAM
Jan 18 11:39:11 Tower kernel: 0 pages HighMem
Jan 18 11:39:11 Tower kernel: 2326 pages reserved
Jan 18 11:39:11 Tower kernel: 9778 pages shared
Jan 18 11:39:11 Tower kernel: 120224 pages non-shared
Jan 18 11:39:11 Tower kernel: 128992 pages RAM
Jan 18 11:39:11 Tower kernel: 0 pages HighMem
Jan 18 11:39:11 Tower kernel: 2326 pages reserved
Jan 18 11:39:11 Tower kernel: 9781 pages shared
Jan 18 11:39:11 Tower kernel: 120208 pages non-shared
Jan 18 11:39:11 Tower kernel: Out of memory: kill process 6521 (serviio.sh) score 4467 or a child (Errors)
Jan 18 11:39:11 Tower kernel: Killed process 6521 (serviio.sh) (Errors)
Maybe it is as simple as I need more RAM.

Re: Serviio on UnRaid

PostPosted: Tue Jan 18, 2011 6:12 pm
by zip
How much memory do you have?

Re: Serviio on UnRaid

PostPosted: Tue Jan 18, 2011 7:38 pm
by kjricker
I only have 512MB now. I had more but sacrificed some RAM to other recycled and sold PCs. unRaid runs from RAM so it is easy to see how I may run out of RAM.

Re: Serviio on UnRaid

PostPosted: Fri Jan 21, 2011 5:39 pm
by kjricker
I got Serviio running on a different unRaid system with more RAM. It is working quite good so far. Now I need to work on streaming it do an iPod and a HTC Incredible. Time to go a forum surfing. Thanks for all the help thus far.

Re: Serviio on UnRaid

PostPosted: Fri Jan 21, 2011 5:42 pm
by zip
well done

Re: Serviio on UnRaid

PostPosted: Thu Mar 22, 2012 5:12 am
by mayhem2408
I am new to unraid, serviio and linux in general, but am learning fast. I have successfully had minidlna running on the server for a few weeks, but am looking for something more powerful. However I am missing something here. When I unpack the serviio-0.6.2-linux.tar.gz, there is no bin directory and when I search the directorys, there is no serviio.sh script to get this started.

When I unpack it, I get
  Code:
root@Tower:/boot/custom/serviio# ls -l
total 24
drwxrwxrwx 3 root root 4096 2012-03-20 17:04 META-INF/
-rwxrwxrwx 1 root root 2511 2012-01-31 19:39 cache.ccf*
drwxrwxrwx 3 root root 4096 2012-03-20 17:03 org/
-rwxrwxrwx 1 root root  215 2012-01-31 19:39 rome.properties*
-rwxrwxrwx 1 root root  442 2012-01-31 19:39 serviio.properties*
drwxrwxrwx 2 root root 4096 2012-03-20 17:04 sql/


in the "org" directory is a "servioo" directory, and in there is
  Code:
root@Tower:/boot/custom/serviio/org/serviio# ls -l
total 112
-rwxrwxrwx 1 root root   183 2012-01-31 19:39 ApplicationInstanceListener.class*
-rwxrwxrwx 1 root root  1844 2012-01-31 19:39 ApplicationInstanceManager$1.class*
-rwxrwxrwx 1 root root  3551 2012-01-31 19:39 ApplicationInstanceManager.class*
-rwxrwxrwx 1 root root  1332 2012-01-31 19:39 ApplicationSettings.class*
-rwxrwxrwx 1 root root   802 2012-01-31 19:39 MediaServer$1.class*
-rwxrwxrwx 1 root root  1377 2012-01-31 19:39 MediaServer$ShutdownHook.class*
-rwxrwxrwx 1 root root  8007 2012-01-31 19:39 MediaServer.class*
-rwxrwxrwx 1 root root   689 2012-01-31 19:39 SystemProperties.class*
-rwxrwxrwx 1 root root  1061 2012-01-31 19:39 UPnPServerStatus.class*
drwxrwxrwx 2 root root  4096 2012-03-20 17:03 cache/
drwxrwxrwx 4 root root  4096 2012-03-20 17:03 config/
drwxrwxrwx 4 root root  4096 2012-03-20 17:03 db/
drwxrwxrwx 3 root root  4096 2012-03-20 17:03 delivery/
drwxrwxrwx 2 root root 20480 2012-03-20 17:03 dlna/
drwxrwxrwx 3 root root  4096 2012-03-20 17:03 external/
drwxrwxrwx 2 root root  4096 2012-03-20 17:03 i18n/
drwxrwxrwx 8 root root  4096 2012-03-20 17:03 library/
drwxrwxrwx 2 root root  4096 2012-03-20 17:03 profile/
drwxrwxrwx 4 root root  4096 2012-03-20 17:03 renderer/
drwxrwxrwx 5 root root  4096 2012-03-20 17:03 ui/
drwxrwxrwx 4 root root  4096 2012-03-20 17:03 update/
drwxrwxrwx 8 root root  4096 2012-03-20 17:04 upnp/
drwxrwxrwx 2 root root  4096 2012-03-20 17:04 util/
root@Tower:/boot/custom/serviio/org/serviio#


What am i missing here. Have I downloaded the wrong file?

Re: Serviio on UnRaid

PostPosted: Thu Mar 22, 2012 7:58 am
by will
You apear to of unpacked one of the jar which sits inside lib, you should get something along the lines of (excluding the ffmpeg dir as that contains my custom ffmpeg wrapper)

  Code:
drwxr-xr-x 2 serviio serviio  4096 Feb  4 17:47 bin
drwxr-xr-x 2 serviio serviio  4096 Feb 29 17:15 config
drwxr-xr-x 2 serviio serviio  4096 Dec 20 11:15 ffmpeg
drwxr-xr-x 2 serviio serviio  4096 Mar 14 17:23 legal
drwxr-xr-x 2 serviio serviio  4096 Mar 14 17:23 lib
drwxr-xr-x 4 serviio serviio  4096 Dec 19 09:54 library
-rw-r--r-- 1 serviio serviio  3003 Mar 14 17:23 LICENCE.txt
drwxr-xr-x 2 serviio serviio  4096 Mar 14 17:17 log
-rw-r--r-- 1 serviio serviio 10225 Mar 14 17:23 NOTICE.txt
drwxr-xr-x 2 serviio serviio  4096 Feb 10 17:24 plugins
-rw-r--r-- 1 serviio serviio  3388 Mar 14 17:23 README.txt
-rw-r--r-- 1 serviio serviio 23392 Mar 14 17:23 RELEASE_NOTES.txt


I would re-download it and try again. I assume you are unpacking it along the lines of
  Code:
tar -xzf serviio-0.6.2-linux.tar.gz

Re: Serviio on UnRaid

PostPosted: Thu Mar 22, 2012 11:16 am
by moltra
I will have to look at unRaid. I build alot of computers for family and friends and it sounds like a good setup.

What hardware are you running it on and what is the CPU load during normal serviio use and during transcoding.

I am currently using Mint 12.

Re: Serviio on UnRaid

PostPosted: Mon Mar 26, 2012 6:53 pm
by mayhem2408
Wow. How did I manage to do that. I how have it unpacked correctly and have successfully got serviio working and streaming to my TV. However, I can not get any transcoding to work. Any suggestions as to what I start looking for.

Re: Serviio on UnRaid

PostPosted: Mon Mar 26, 2012 7:08 pm
by moltra
attach your Serviio.lig file.

Sent from my DROID RAZR using Tapatalk

Re: Serviio on UnRaid

PostPosted: Mon Mar 26, 2012 7:25 pm
by mayhem2408
moltra wrote:I will have to look at unRaid. I build alot of computers for family and friends and it sounds like a good setup.

What hardware are you running it on and what is the CPU load during normal serviio use and during transcoding.

I am currently using Mint 12.

At the moment I am running an AMD Athlon64 3500 with 1GB or ram. Looking at bringing unRAID across to an old Intel DQ35JO with an E8500 core 2 duo. But unRAID is having problems with my USB memory stick on the intel board so still sitting on the old AMD board.

Re: Serviio on UnRaid

PostPosted: Mon Mar 26, 2012 7:27 pm
by mayhem2408
moltra wrote:attach your Serviio.lig file.

Sent from my DROID RAZR using Tapatalk


Can't see where transcoding is even mentioned

  Code:
2012-03-27 06:11:04,093 INFO  [MediaServer] ------------------------------------------------------------------------
2012-03-27 06:11:04,096 INFO  [MediaServer] Serviio DLNA media streaming server v 0.6.2 (rev. 6a61243292ee)
2012-03-27 06:11:04,096 INFO  [MediaServer] Petr Nejedly 2009-2011
2012-03-27 06:11:04,096 INFO  [MediaServer] http://www.serviio.org
2012-03-27 06:11:04,096 INFO  [MediaServer]
2012-03-27 06:11:04,096 INFO  [MediaServer] Java 1.6.0_27-Sun Microsystems Inc.
2012-03-27 06:11:04,096 INFO  [MediaServer] OS Linux i386 3.1.1-unRAID
2012-03-27 06:11:04,096 INFO  [MediaServer] File encoding: UTF-8
2012-03-27 06:11:04,097 INFO  [MediaServer] Headless mode enabled: true
2012-03-27 06:11:04,097 INFO  [MediaServer] User home dir: /root
2012-03-27 06:11:04,097 INFO  [MediaServer] Temp dir: /tmp
2012-03-27 06:11:04,097 INFO  [MediaServer] ------------------------------------------------------------------------
2012-03-27 06:11:04,346 INFO  [RestletServer] Starting Restlet server exposed on port 23423
2012-03-27 06:11:04,451 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2012-03-27 06:11:08,758 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2012-03-27 06:11:09,965 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2012-03-27 06:11:10,474 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2012-03-27 06:11:10,776 INFO  [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2012-03-27 06:11:11,179 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2012-03-27 06:11:11,413 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2012-03-27 06:11:11,556 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2012-03-27 06:11:12,252 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2012-03-27 06:11:12,298 INFO  [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2012-03-27 06:11:13,023 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=9)
2012-03-27 06:11:14,091 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2012-03-27 06:11:14,575 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2012-03-27 06:11:14,995 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2012-03-27 06:11:15,252 INFO  [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2012-03-27 06:11:15,301 INFO  [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2012-03-27 06:11:15,491 INFO  [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2012-03-27 06:11:15,582 INFO  [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2012-03-27 06:11:15,888 INFO  [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2012-03-27 06:11:16,038 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=19)
2012-03-27 06:11:16,436 INFO  [ProfilesDefinitionParser] Added profile 'Philips' (id=20)
2012-03-27 06:11:16,667 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=21)
2012-03-27 06:11:16,903 INFO  [WebServer] Socket buffer set to 65535 bytes
2012-03-27 06:11:16,904 INFO  [Device] Created UPnP Device with UUID: f6d6eb61-ceba-39c5-a1db-0dd9e055572c, bound address: 10.0.0.245
2012-03-27 06:11:16,953 INFO  [PluginCompilerThread] Looking for plugins at /boot/custom/serviio/plugins
2012-03-27 06:11:16,972 INFO  [PluginCompilerThread] Started looking for plugins
2012-03-27 06:11:17,058 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-03-27 06:11:17,123 INFO  [WebServer] WebServer starting on port 8895
2012-03-27 06:11:17,143 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2012-03-27 06:11:17,153 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 10.0.0.245, timeout = 0
2012-03-27 06:11:17,155 INFO  [EventDispatcher] Starting EventDispatcher
2012-03-27 06:11:17,164 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2012-03-27 06:11:17,165 INFO  [RendererSearchSender] Searching for Renderer devices
2012-03-27 06:11:17,168 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2012-03-27 06:11:43,293 INFO  [FeedUpdaterThread] Started looking for information about online resources
2012-03-27 06:11:43,320 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-03-27 06:11:43,368 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-03-27 06:12:04,549 INFO  [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2012-03-27 06:12:05,765 INFO  [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en

Re: Serviio on UnRaid

PostPosted: Mon Mar 26, 2012 8:16 pm
by mayhem2408
Heres a log with debug enabled

  Code:
2012-03-27 07:05:36,809 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-03-27 07:05:52,887 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2012-03-27 07:05:52,895 INFO  [MediaServer] ------------------------------------------------------------------------
2012-03-27 07:05:52,896 INFO  [MediaServer] Serviio DLNA media streaming server v 0.6.2 (rev. 6a61243292ee)
2012-03-27 07:05:52,896 INFO  [MediaServer] Petr Nejedly 2009-2011
2012-03-27 07:05:52,896 INFO  [MediaServer] http://www.serviio.org
2012-03-27 07:05:52,896 INFO  [MediaServer]
2012-03-27 07:05:52,896 INFO  [MediaServer] Java 1.6.0_27-Sun Microsystems Inc.
2012-03-27 07:05:52,896 INFO  [MediaServer] OS Linux i386 3.1.1-unRAID
2012-03-27 07:05:52,896 INFO  [MediaServer] File encoding: UTF-8
2012-03-27 07:05:52,897 INFO  [MediaServer] Headless mode enabled: true
2012-03-27 07:05:52,897 INFO  [MediaServer] User home dir: /root
2012-03-27 07:05:52,897 INFO  [MediaServer] Temp dir: /tmp
2012-03-27 07:05:52,897 INFO  [MediaServer] ------------------------------------------------------------------------
2012-03-27 07:05:53,137 INFO  [RestletServer] Starting Restlet server exposed on port 23423
2012-03-27 07:05:53,247 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2012-03-27 07:05:53,258 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2012-03-27 07:05:55,433 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2012-03-27 07:05:55,435 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2012-03-27 07:05:55,437 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2012-03-27 07:05:55,438 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2012-03-27 07:05:55,440 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2012-03-27 07:05:55,442 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2012-03-27 07:05:55,444 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2012-03-27 07:05:55,445 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2012-03-27 07:05:55,447 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.sql' has been run
2012-03-27 07:05:55,448 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.1.sql' has been run
2012-03-27 07:05:55,450 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.2.sql' has been run
2012-03-27 07:05:55,886 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2012-03-27 07:05:55,967 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2012-03-27 07:05:57,389 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2012-03-27 07:05:57,390 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2012-03-27 07:05:57,934 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2012-03-27 07:05:57,937 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2012-03-27 07:05:58,245 INFO  [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2012-03-27 07:05:58,247 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2012-03-27 07:05:58,668 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2012-03-27 07:05:58,670 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2012-03-27 07:05:58,911 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2012-03-27 07:05:58,913 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2012-03-27 07:05:59,064 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2012-03-27 07:05:59,066 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2012-03-27 07:05:59,756 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2012-03-27 07:05:59,758 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2012-03-27 07:05:59,806 INFO  [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2012-03-27 07:05:59,808 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 9
2012-03-27 07:06:00,512 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=9)
2012-03-27 07:06:00,515 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2012-03-27 07:06:01,606 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2012-03-27 07:06:01,610 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 12
2012-03-27 07:06:02,139 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2012-03-27 07:06:02,142 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2012-03-27 07:06:02,639 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2012-03-27 07:06:02,643 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 14
2012-03-27 07:06:02,880 INFO  [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2012-03-27 07:06:02,885 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 15
2012-03-27 07:06:02,934 INFO  [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2012-03-27 07:06:02,937 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 16
2012-03-27 07:06:03,138 INFO  [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2012-03-27 07:06:03,141 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 17
2012-03-27 07:06:03,231 INFO  [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2012-03-27 07:06:03,234 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 18
2012-03-27 07:06:03,568 INFO  [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2012-03-27 07:06:03,573 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 19
2012-03-27 07:06:03,720 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=19)
2012-03-27 07:06:03,723 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 20
2012-03-27 07:06:04,130 INFO  [ProfilesDefinitionParser] Added profile 'Philips' (id=20)
2012-03-27 07:06:04,133 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 21
2012-03-27 07:06:04,373 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=21)
2012-03-27 07:06:04,588 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2012-03-27 07:06:04,626 INFO  [WebServer] Socket buffer set to 65535 bytes
2012-03-27 07:06:04,626 INFO  [Device] Created UPnP Device with UUID: f6d6eb61-ceba-39c5-a1db-0dd9e055572c, bound address: 10.0.0.245
2012-03-27 07:06:04,669 INFO  [PluginCompilerThread] Looking for plugins at /boot/custom/serviio/plugins
2012-03-27 07:06:04,678 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path ffmpeg
2012-03-27 07:06:04,679 INFO  [PluginCompilerThread] Started looking for plugins
2012-03-27 07:06:04,688 DEBUG [ProcessExecutor] Starting ffmpeg
2012-03-27 07:06:04,766 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-03-27 07:06:04,825 INFO  [WebServer] WebServer starting on port 8895
2012-03-27 07:06:04,838 DEBUG [DiscoveryManager] UPNP device f6d6eb61-ceba-39c5-a1db-0dd9e055572c (10.0.0.245) is available
2012-03-27 07:06:04,839 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2012-03-27 07:06:04,846 INFO  [EventDispatcher] Starting EventDispatcher
2012-03-27 07:06:04,852 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 10.0.0.245, timeout = 0
2012-03-27 07:06:04,853 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2012-03-27 07:06:04,860 INFO  [RendererSearchSender] Searching for Renderer devices
2012-03-27 07:06:04,861 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2012-03-27 07:06:04,867 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface eth0 (eth0) and address 10.0.0.245, timeout = 0
2012-03-27 07:06:04,880 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 10.0.0.245, timeout = 0
2012-03-27 07:06:04,911 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2012-03-27 07:06:04,920 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device f6d6eb61-ceba-39c5-a1db-0dd9e055572c
2012-03-27 07:06:04,932 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /10.0.0.245:58720
2012-03-27 07:06:04,937 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /10.0.0.245:58720
2012-03-27 07:06:04,938 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /10.0.0.245:58720
2012-03-27 07:06:04,983 DEBUG [WebServer] Incoming connection from /10.0.0.4:37430
2012-03-27 07:06:04,994 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device f6d6eb61-ceba-39c5-a1db-0dd9e055572c from 10.0.0.4 (headers = [USER-AGENT: SEC_HHP_[Mobile]GT-I9100T/1.0,Host: 10.0.0.245:8895,Connection: Keep-Alive])
2012-03-27 07:06:04,994 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:05,000 DEBUG [RendererSearchSender] Received search response: location: http://10.0.0.6:52235/dmr/SamsungMRDesc.xml, st: urn:schemas-upnp-org:device:MediaRenderer:1
2012-03-27 07:06:05,001 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer e6d87bbe-6098-00e5-b4dd-23bd21c7c462 from address /10.0.0.6:41177
2012-03-27 07:06:05,046 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [USER-AGENT: SEC_HHP_[Mobile]GT-I9100T/1.0,Host: 10.0.0.245:8895,Connection: Keep-Alive]
2012-03-27 07:06:05,048 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:05,050 DEBUG [RendererManager] Adding renderer Renderer [uuid=e6d87bbe-6098-00e5-b4dd-23bd21c7c462, ipAddress=10.0.0.6, name=UA40D5000, profileId=7, manuallyAdded=false, forcedProfile=false] to list of active renderers
2012-03-27 07:06:05,494 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2012-03-27 07:06:05,620 DEBUG [WebServer] Incoming connection from /10.0.0.6:47563
2012-03-27 07:06:05,623 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device f6d6eb61-ceba-39c5-a1db-0dd9e055572c from 10.0.0.6 (headers = [HOST: 10.0.0.245:8895,USER-AGENT: SEC_HHP_[TV]UA40D5000/1.0,ACCEPT-LANGUAGE: en-us])
2012-03-27 07:06:05,624 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.6
2012-03-27 07:06:05,628 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [HOST: 10.0.0.245:8895,USER-AGENT: SEC_HHP_[TV]UA40D5000/1.0,ACCEPT-LANGUAGE: en-us]
2012-03-27 07:06:05,630 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.6
2012-03-27 07:06:05,636 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Samsung TV / player (C/D-series)'
2012-03-27 07:06:05,654 DEBUG [WebServer] Incoming connection from /10.0.0.6:48710
2012-03-27 07:06:05,657 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2012-03-27 07:06:05,993 DEBUG [RendererSearchSender] Received search response: location: http://10.0.0.6:52235/dmr/SamsungMRDesc.xml, st: urn:schemas-upnp-org:device:MediaRenderer:1
2012-03-27 07:06:05,994 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer e6d87bbe-6098-00e5-b4dd-23bd21c7c462 from address /10.0.0.6:41177
2012-03-27 07:06:06,325 DEBUG [WebServer] Incoming connection from /10.0.0.71:61662
2012-03-27 07:06:06,328 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device f6d6eb61-ceba-39c5-a1db-0dd9e055572c from 10.0.0.71 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 10.0.0.245:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7601.17514 DLNADOC/1.50])
2012-03-27 07:06:06,332 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.71
2012-03-27 07:06:06,339 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 10.0.0.245:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7601.17514 DLNADOC/1.50]
2012-03-27 07:06:06,342 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.71
2012-03-27 07:06:06,374 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2012-03-27 07:06:06,437 DEBUG [WebServer] Incoming connection from /10.0.0.71:61663
2012-03-27 07:06:06,535 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2012-03-27 07:06:06,659 DEBUG [WebServer] Incoming connection from /10.0.0.9:54749
2012-03-27 07:06:06,661 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device f6d6eb61-ceba-39c5-a1db-0dd9e055572c from 10.0.0.9 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 10.0.0.245:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50])
2012-03-27 07:06:06,661 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.9
2012-03-27 07:06:06,665 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 10.0.0.245:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50]
2012-03-27 07:06:06,668 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.9
2012-03-27 07:06:06,676 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2012-03-27 07:06:06,699 DEBUG [WebServer] Incoming connection from /10.0.0.9:54750
2012-03-27 07:06:06,700 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2012-03-27 07:06:06,980 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2012-03-27 07:06:06,992 DEBUG [RendererSearchSender] Received search response: location: http://10.0.0.6:52235/dmr/SamsungMRDesc.xml, st: urn:schemas-upnp-org:device:MediaRenderer:1
2012-03-27 07:06:06,993 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer e6d87bbe-6098-00e5-b4dd-23bd21c7c462 from address /10.0.0.6:41177
2012-03-27 07:06:08,403 DEBUG [WebServer] Incoming connection from /10.0.0.4:53659
2012-03-27 07:06:08,405 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallJPG
2012-03-27 07:06:09,746 DEBUG [WebServer] Incoming connection from /10.0.0.4:59902
2012-03-27 07:06:09,756 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 10.0.0.4:
2012-03-27 07:06:09,756 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:09,911 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = 0, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 1, sortCriteria =
2012-03-27 07:06:09,938 INFO  [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2012-03-27 07:06:09,971 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=0, titleKey=serviio_media_library, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = null
2012-03-27 07:06:10,002 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A, titleKey=audio, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2012-03-27 07:06:10,011 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_A, titleKey=artists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,031 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListArtistInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,040 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListArtistsForInitialCommand, containerClass=MUSIC_ARTIST, itemClass=null, idPrefix=ART, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,054 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAlbumsForArtistCommand, containerClass=MUSIC_ALBUM, itemClass=null, idPrefix=A, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,075 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForArtistAndAlbumCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,084 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=AL_A, titleKey=album_artists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,096 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListAlbumArtistInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,105 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListAlbumArtistsForInitialCommand, containerClass=MUSIC_ARTIST, itemClass=null, idPrefix=ART, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,118 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAlbumsForAlbumArtistCommand, containerClass=MUSIC_ALBUM, itemClass=null, idPrefix=A, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,131 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForAlbumCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,144 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,158 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAudioFoldersByNameCommand, containerClass=STORAGE_FOLDER, itemClass=MUSIC_TRACK, idPrefix=FOL, recursive=true, cacheRegion=local_default
2012-03-27 07:06:10,168 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,178 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAudioGenresByNameCommand, containerClass=MUSIC_GENRE, itemClass=null, idPrefix=GEN, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,204 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForGenreCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,224 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_C, titleKey=composers, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,246 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListComposerInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,272 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListComposersForInitialCommand, containerClass=MUSIC_ARTIST, itemClass=null, idPrefix=COM, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,292 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAlbumsForComposerCommand, containerClass=MUSIC_ALBUM, itemClass=null, idPrefix=A, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,336 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForComposerAndAlbumCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,360 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,381 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,406 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForInitialCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,417 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_R, titleKey=random, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2012-03-27 07:06:10,460 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListRandomSongsCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=no_cache
2012-03-27 07:06:10,476 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_OF, titleKey=online, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2012-03-27 07:06:10,498 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAudioOnlineContentCommand, containerClass=STORAGE_FOLDER, itemClass=MUSIC_TRACK, idPrefix=FOL, recursive=true, cacheRegion=no_cache
2012-03-27 07:06:10,522 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_S, titleKey=All songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2012-03-27 07:06:10,536 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAllSongsCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,547 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_AS, titleKey=Artist Songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2012-03-27 07:06:10,561 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListArtistsByNameCommand, containerClass=MUSIC_ARTIST, itemClass=null, idPrefix=ART_S, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,579 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForArtistCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,592 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_ALB, titleKey=All albums, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2012-03-27 07:06:10,606 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAllAlbumsCommand, containerClass=MUSIC_ALBUM, itemClass=null, idPrefix=ALB, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,617 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForAlbumCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,626 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I, titleKey=image, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2012-03-27 07:06:10,638 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_A, titleKey=albums, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,646 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListFlatImageFoldersByNameCommand, containerClass=CONTAINER, itemClass=null, idPrefix=ALB, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,657 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesForFolderCommand, containerClass=null, itemClass=PHOTO, idPrefix=I, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,665 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,674 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImageFoldersByNameCommand, containerClass=STORAGE_FOLDER, itemClass=PHOTO, idPrefix=FOL, recursive=true, cacheRegion=local_default
2012-03-27 07:06:10,687 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_Y, titleKey=year, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,696 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesCreationYearsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=YEAR, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,708 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesForCreationYearCommand, containerClass=null, itemClass=PHOTO, idPrefix=I, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,718 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_T, titleKey=month, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,726 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesCreationYearsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=YEAR, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,739 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesCreationMonthsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=MON, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,747 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesForCreationMonthAndYearCommand, containerClass=null, itemClass=PHOTO, idPrefix=I, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,755 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_OF, titleKey=online, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2012-03-27 07:06:10,766 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImageOnlineContentCommand, containerClass=STORAGE_FOLDER, itemClass=PHOTO, idPrefix=FOL, recursive=true, cacheRegion=no_cache
2012-03-27 07:06:10,775 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_AI, titleKey=All images, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2012-03-27 07:06:10,787 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListAllImagesCommand, containerClass=null, itemClass=PHOTO, idPrefix=I, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,797 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V, titleKey=video, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2012-03-27 07:06:10,806 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,819 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideoInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,828 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForInitialCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,837 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_M, titleKey=movies, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,849 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListMovieVideosByNameCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,857 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_S, titleKey=series, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,869 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListSeriesByNameCommand, containerClass=CONTAINER, itemClass=null, idPrefix=SER, recursive=false, cacheRegion=local_resetafterplay
2012-03-27 07:06:10,878 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListSeasonsForSeriesCommand, containerClass=CONTAINER, itemClass=null, idPrefix=SSN, recursive=false, cacheRegion=local_resetafterplay
2012-03-27 07:06:10,889 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListEpisodesForSeriesSeasonCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_resetafterplay
2012-03-27 07:06:10,901 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,910 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideoFoldersByNameCommand, containerClass=STORAGE_FOLDER, itemClass=VIDEO_ITEM, idPrefix=FOL, recursive=true, cacheRegion=local_default
2012-03-27 07:06:10,921 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LV, titleKey=last_viewed, class=CONTAINER, cacheRegion=local_resetafterplay, browsable = null, editable = true
2012-03-27 07:06:10,928 DEBUG [RendererSearchSender] Finished searching for Renderer devices
2012-03-27 07:06:10,936 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListLastViewedVideosCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_resetafterplay
2012-03-27 07:06:10,945 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LA, titleKey=last_added, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,957 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListLastAddedVideosCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,971 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:10,981 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideoGenresByNameCommand, containerClass=CONTAINER, itemClass=null, idPrefix=GEN, recursive=false, cacheRegion=local_default
2012-03-27 07:06:10,994 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForGenreCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,003 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_A, titleKey=actors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:11,016 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListActorInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,028 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListActorsForInitialCommand, containerClass=PERSON, itemClass=null, idPrefix=P, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,037 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForActorCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,050 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_D, titleKey=directors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:11,059 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListDirectorInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,072 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListDirectorsForInitialCommand, containerClass=PERSON, itemClass=null, idPrefix=P, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,082 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForDirectorCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,092 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_P, titleKey=producers, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2012-03-27 07:06:11,104 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListProducerInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,114 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListProducersForInitialCommand, containerClass=PERSON, itemClass=null, idPrefix=P, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,124 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForProducerCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2012-03-27 07:06:11,138 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_OF, titleKey=online, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2012-03-27 07:06:11,147 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideoOnlineContentCommand, containerClass=STORAGE_FOLDER, itemClass=VIDEO_ITEM, idPrefix=FOL, recursive=true, cacheRegion=no_cache
2012-03-27 07:06:11,179 INFO  [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2012-03-27 07:06:11,224 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-03-27 07:06:11,625 DEBUG [WebServer] Incoming connection from /10.0.0.4:55086
2012-03-27 07:06:11,628 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 10.0.0.4:
2012-03-27 07:06:11,628 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:11,636 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = 0, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 10, sortCriteria =
2012-03-27 07:06:11,643 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-03-27 07:06:12,923 DEBUG [WebServer] Incoming connection from /10.0.0.4:57680
2012-03-27 07:06:12,927 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 10.0.0.4:
2012-03-27 07:06:12,927 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:12,944 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = V, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 10, sortCriteria =
2012-03-27 07:06:12,967 DEBUG [VideoDAOImpl] Retrieving number of video initials
2012-03-27 07:06:13,118 DEBUG [VideoDAOImpl] Retrieving number of videos of type 2
2012-03-27 07:06:13,159 DEBUG [SeriesDAOImpl] Retrieving number of series
2012-03-27 07:06:13,217 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for VIDEO
2012-03-27 07:06:13,249 DEBUG [VideoDAOImpl] Retrieving number of 10 last viewed videos
2012-03-27 07:06:13,287 DEBUG [VideoDAOImpl] Retrieving number of 10 last added videos
2012-03-27 07:06:13,287 DEBUG [VideoDAOImpl] Retrieving number of videos of type 0
2012-03-27 07:06:13,327 DEBUG [GenreDAOImpl] Retrieving number of genres for VIDEO
2012-03-27 07:06:13,417 DEBUG [PersonDAOImpl] Retrieving number of person initials for role ACTOR
2012-03-27 07:06:13,563 DEBUG [PersonDAOImpl] Retrieving number of person initials for role DIRECTOR
2012-03-27 07:06:13,569 DEBUG [PersonDAOImpl] Retrieving number of person initials for role PRODUCER
2012-03-27 07:06:13,589 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-03-27 07:06:13,864 DEBUG [WebServer] Incoming connection from /10.0.0.4:44973
2012-03-27 07:06:13,867 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 10.0.0.4:
2012-03-27 07:06:13,868 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:13,896 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = V, browseFlag = BrowseDirectChildren, filter = *, startIndex = 10, count = 10, sortCriteria =
2012-03-27 07:06:14,083 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [FEED, WEB_RESOURCE] OnlineRepositories for VIDEO
2012-03-27 07:06:14,150 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [LIVE_STREAM] OnlineRepositories for VIDEO
2012-03-27 07:06:14,175 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-03-27 07:06:15,188 DEBUG [WebServer] Incoming connection from /10.0.0.4:48046
2012-03-27 07:06:15,195 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 10.0.0.4:
2012-03-27 07:06:15,195 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:15,209 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = V_S, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 10, sortCriteria =
2012-03-27 07:06:15,210 DEBUG [SeriesDAOImpl] Retrieving list of series (from=0, count=10)
2012-03-27 07:06:15,249 DEBUG [SeriesDAOImpl] Retrieving number of seasons for series 6
2012-03-27 07:06:15,299 DEBUG [SeriesDAOImpl] Retrieving number of seasons for series 5
2012-03-27 07:06:15,302 DEBUG [SeriesDAOImpl] Retrieving number of seasons for series 7
2012-03-27 07:06:15,306 DEBUG [SeriesDAOImpl] Retrieving number of series
2012-03-27 07:06:15,311 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2012-03-27 07:06:15,328 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-03-27 07:06:16,462 DEBUG [WebServer] Incoming connection from /10.0.0.4:38724
2012-03-27 07:06:16,465 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 10.0.0.4:
2012-03-27 07:06:16,466 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:16,481 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = V_S^SER_7, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 10, sortCriteria =
2012-03-27 07:06:16,482 DEBUG [SeriesDAOImpl] Retrieving list of seasons for series 7 (from=0, count=10)
2012-03-27 07:06:16,534 DEBUG [VideoDAOImpl] Retrieving last episode for series 7
2012-03-27 07:06:16,570 DEBUG [VideoDAOImpl] Retrieving number of videos for series 7 season 2
2012-03-27 07:06:16,606 DEBUG [SeriesDAOImpl] Retrieving number of seasons for series 7
2012-03-27 07:06:16,608 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_resetafterplay), returning it
2012-03-27 07:06:16,616 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-03-27 07:06:16,989 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 10.0.0.245, timeout = 0
2012-03-27 07:06:16,992 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device f6d6eb61-ceba-39c5-a1db-0dd9e055572c
2012-03-27 07:06:17,738 DEBUG [WebServer] Incoming connection from /10.0.0.4:60293
2012-03-27 07:06:17,742 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 10.0.0.4:
2012-03-27 07:06:17,742 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:17,757 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = V_S^SER_7^SSN_2, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 10, sortCriteria =
2012-03-27 07:06:17,759 DEBUG [VideoDAOImpl] Retrieving list of videos for series 7 season 2 (from=0, count=10)
2012-03-27 07:06:17,813 DEBUG [VideoDAOImpl] Retrieving last episode for series 7
2012-03-27 07:06:17,821 DEBUG [GenreDAOImpl] Reading a Genre (id = 12)
2012-03-27 07:06:17,839 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 284)
2012-03-27 07:06:17,861 DEBUG [MediaItemDAOImpl] Getting file of media item 284
2012-03-27 07:06:17,939 DEBUG [VideoDAOImpl] Reading a Video (id = 284)
2012-03-27 07:06:17,972 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 284 and profile Generic DLNA profile
2012-03-27 07:06:17,979 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 284)
2012-03-27 07:06:18,035 DEBUG [GenreDAOImpl] Reading a Genre (id = 12)
2012-03-27 07:06:18,036 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 196)
2012-03-27 07:06:18,037 DEBUG [MediaItemDAOImpl] Getting file of media item 196
2012-03-27 07:06:18,041 DEBUG [VideoDAOImpl] Reading a Video (id = 196)
2012-03-27 07:06:18,044 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 196 and profile Generic DLNA profile
2012-03-27 07:06:18,044 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 285)
2012-03-27 07:06:18,047 DEBUG [GenreDAOImpl] Reading a Genre (id = 12)
2012-03-27 07:06:18,048 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 285)
2012-03-27 07:06:18,050 DEBUG [MediaItemDAOImpl] Getting file of media item 285
2012-03-27 07:06:18,054 DEBUG [VideoDAOImpl] Reading a Video (id = 285)
2012-03-27 07:06:18,056 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 285 and profile Generic DLNA profile
2012-03-27 07:06:18,056 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 286)
2012-03-27 07:06:18,059 DEBUG [VideoDAOImpl] Retrieving number of videos for series 7 season 2
2012-03-27 07:06:18,062 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_resetafterplay), returning it
2012-03-27 07:06:18,078 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-03-27 07:06:18,224 DEBUG [WebServer] Incoming connection from /10.0.0.4:47995
2012-03-27 07:06:18,227 DEBUG [ResourceTransportRequestHandler] GET /resource/284/COVER_IMAGE HTTP/1.1, headers = [Host: 10.0.0.245:8895,Connection: Keep-Alive,User-Agent: android dmc]]
2012-03-27 07:06:18,228 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:18,233 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/10.0.0.4, Profile=Generic DLNA profile'
2012-03-27 07:06:18,238 DEBUG [ResourceTransportRequestHandler] Request for resource 284 and type 'COVER_IMAGE' received
2012-03-27 07:06:18,243 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 284)
2012-03-27 07:06:18,250 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 284
2012-03-27 07:06:18,256 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 3490
2012-03-27 07:06:18,257 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-03-27 07:06:18,257 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 3490,Date: Mon, 26 Mar 2012 20:06:18 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,transferMode.dlna.org: Interactive]]
2012-03-27 07:06:18,269 DEBUG [ResourceTransportRequestHandler] GET /resource/285/COVER_IMAGE HTTP/1.1, headers = [Host: 10.0.0.245:8895,Connection: Keep-Alive,User-Agent: android dmc]]
2012-03-27 07:06:18,269 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:18,271 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/10.0.0.4, Profile=Generic DLNA profile'
2012-03-27 07:06:18,272 DEBUG [ResourceTransportRequestHandler] Request for resource 285 and type 'COVER_IMAGE' received
2012-03-27 07:06:18,272 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 285)
2012-03-27 07:06:18,274 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 285
2012-03-27 07:06:18,274 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 4420
2012-03-27 07:06:18,274 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-03-27 07:06:18,274 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 4420,Date: Mon, 26 Mar 2012 20:06:18 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,transferMode.dlna.org: Interactive]]
2012-03-27 07:06:18,287 DEBUG [ResourceTransportRequestHandler] GET /resource/286/COVER_IMAGE HTTP/1.1, headers = [Host: 10.0.0.245:8895,Connection: Keep-Alive,User-Agent: android dmc]]
2012-03-27 07:06:18,287 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 10.0.0.4
2012-03-27 07:06:18,290 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/10.0.0.4, Profile=Generic DLNA profile'
2012-03-27 07:06:18,291 DEBUG [ResourceTransportRequestHandler] Request for resource 286 and type 'COVER_IMAGE' received
2012-03-27 07:06:18,292 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 286)
2012-03-27 07:06:18,294 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 286
2012-03-27 07:06:18,294 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 4904
2012-03-27 07:06:18,295 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-03-27 07:06:18,295 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 4904,Date: Mon, 26 Mar 2012 20:06:18 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,transferMode.dlna.org: Interactive]]
2012-03-27 07:06:19,029 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2012-03-27 07:06:29,049 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 10.0.0.245, timeout = 0
2012-03-27 07:06:29,051 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device f6d6eb61-ceba-39c5-a1db-0dd9e055572c
2012-03-27 07:06:30,956 INFO  [FeedUpdaterThread] Started looking for information about online resources
2012-03-27 07:06:30,956 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2012-03-27 07:06:30,957 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2012-03-27 07:06:30,974 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-03-27 07:06:30,974 DEBUG [RepositoryDAOImpl] Reading all Repositories
2012-03-27 07:06:30,991 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-03-27 07:06:30,991 DEBUG [RepositoryDAOImpl] Reading all Repositories
2012-03-27 07:06:31,003 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /mnt/user/TV Shows
2012-03-27 07:06:31,003 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 1)
2012-03-27 07:06:31,008 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /mnt/user/TV Shows
2012-03-27 07:06:31,009 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /mnt/user/TV Shows/Grimm Tales
2012-03-27 07:06:31,058 DEBUG [LibraryAdditionsCheckerThread] Found file 'Grim Tales - S01E02 - The Spirit In The Bottle.avi', checking if it's already in the Library
2012-03-27 07:06:31,058 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item Grim Tales - S01E02 - The Spirit In The Bottle.avi
2012-03-27 07:06:31,122 DEBUG [MediaItemDAOImpl] Media item Grim Tales - S01E02 - The Spirit In The Bottle.avi already exists in DB
2012-03-27 07:06:31,123 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /mnt/user/TV Shows/Desperate Housewives
2012-03-27 07:06:31,128 DEBUG [MediaItemDAOImpl] Getting file of media item 192
2012-03-27 07:06:31,150 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type AUDIO
2012-03-27 07:06:31,158 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:18
2012-03-27 07:06:31,168 DEBUG [LibraryAdditionsCheckerThread] Found file 'Desperate.Housewives.S08E08.HDTV.XviD-LOL.avi', checking if it's already in the Library
2012-03-27 07:06:31,168 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item Desperate.Housewives.S08E08.HDTV.XviD-LOL.avi
2012-03-27 07:06:31,173 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type VIDEO
2012-03-27 07:06:31,174 DEBUG [MediaItemDAOImpl] Media item Desperate.Housewives.S08E08.HDTV.XviD-LOL.avi already exists in DB
2012-03-27 07:06:31,176 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type IMAGE
2012-03-27 07:06:31,185 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 192) and extractor EMBEDDED
2012-03-27 07:06:31,208 DEBUG [LibraryAdditionsCheckerThread] Found file 'Desperate.Housewives.S08E10.HDTV.XviD-LOL.avi', checking if it's already in the Library
2012-03-27 07:06:31,208 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item Desperate.Housewives.S08E10.HDTV.XviD-LOL.avi
2012-03-27 07:06:31,211 DEBUG [MediaItemDAOImpl] Media item Desperate.Housewives.S08E10.HDTV.XviD-LOL.avi already exists in DB
2012-03-27 07:06:31,244 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 192) and extractor COVER_IMAGE_IN_FOLDER
2012-03-27 07:06:31,248 DEBUG [LibraryAdditionsCheckerThread] Found file 'Desperate.Housewives.S08E09.HDTV.XviD-LOL.avi', checking if it's already in the Library
2012-03-27 07:06:31,249 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item Desperate.Housewives.S08E09.HDTV.XviD-LOL.avi
2012-03-27 07:06:31,251 DEBUG [MediaItemDAOImpl] Media item Desperate.Housewives.S08E09.HDTV.XviD-LOL.avi already exists in DB
2012-03-27 07:06:31,252 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /mnt/user/TV Shows/The Walking Dead
2012-03-27 07:06:31,288 DEBUG [LibraryAdditionsCheckerThread] Found file 'The.Walking.Dead.S02E11.720p.HDTV.x264-COMPULSiON.mkv', checking if it's already in the Library
2012-03-27 07:06:31,288 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item The.Walking.Dead.S02E11.720p.HDTV.x264-COMPULSiON.mkv
2012-03-27 07:06:31,291 DEBUG [MediaItemDAOImpl] Media item The.Walking.Dead.S02E11.720p.HDTV.x264-COMPULSiON.mkv already exists in DB
2012-03-27 07:06:31,318 DEBUG [MediaItemDAOImpl] Getting file of media item 193
2012-03-27 07:06:31,323 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 193) and extractor EMBEDDED
2012-03-27 07:06:31,325 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 193) and extractor COVER_IMAGE_IN_FOLDER
2012-03-27 07:06:31,327 DEBUG [LibraryAdditionsCheckerThread] Found file 'The Walking Dead.S02E12.PROPER.720p.HDTV.x264-IMMERSE.mkv', checking if it's already in the Library
2012-03-27 07:06:31,328 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item The Walking Dead.S02E12.PROPER.720p.HDTV.x264-IMMERSE.mkv
2012-03-27 07:06:31,333 DEBUG [MediaItemDAOImpl] Media item The Walking Dead.S02E12.PROPER.720p.HDTV.x264-IMMERSE.mkv already exists in DB
2012-03-27 07:06:31,368 DEBUG [LibraryAdditionsCheckerThread] Found file 'The.Walking.Dead.S02E13.720p.HDTV.x264-IMMERSE.mkv', checking if it's already in the Library
2012-03-27 07:06:31,368 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item The.Walking.Dead.S02E13.720p.HDTV.x264-IMMERSE.mkv
2012-03-27 07:06:31,374 DEBUG [MediaItemDAOImpl] Media item The.Walking.Dead.S02E13.720p.HDTV.x264-IMMERSE.mkv already exists in DB