Library not appearing
#1
Good evening all!

Bit of an odd issue: I don't get the library option for TV Shows. Under the video option all I see is "Files", "Playlist", "Video Add-ons".

Using the exact same advancedsettings.xml file on my computer works just fine. I see "TV Shows", "Recently added episodes", etc...

I'm 99% sure the file is in the correct location because if I put in the line <name>xbmc_video60</name> the log file gets much bigger saying it can't find xbmc_video6061 etc (From my googling this is XBMC trying to upgrade the DB, which has already been done by my desktop pc).

I don't scrape my movies so I'm not worries about the movies library showing up Tongue

Any thoughts?

Here is my advancedsettings.xml:
PHP Code:
<advancedsettings>
    <
videodatabase>
        <
type>mysql</type>
        <
host>192.168.1.215</host>
        <
port>3306</port>
        <
user>xbmc</user>
        <
pass>xbmc</pass>
    </
videodatabase

    <
musicdatabase>
        <
type>mysql</type>
        <
host>192.168.1.215</host>
        <
port>3306</port>
        <
user>xbmc</user>
        <
pass>xbmc</pass>
    </
musicdatabase>
</
advancedsettings

And here is the log file:


PHP Code:
01:50:05 T:100143104  NOTICE: -----------------------------------------------------------------------
01:50:05 T:100143104  NOTICEStarting XBMC (11.0 Git:20120321-14feb09), PlatformDarwin iOS (11.0.0 iPad2,2Version 5.0.1 (Build 9A405)). Built on Mar 21 2012
01
:50:05 T:100143104  NOTICEspecial://xbmc/ is mapped to: /private/var/stash/Applications.4Z4QsU/XBMC.app/XBMCData/XBMCHome
01:50:05 T:100143104  NOTICEspecial://xbmcbin/ is mapped to: /private/var/stash/Applications.4Z4QsU/XBMC.app/XBMCData/XBMCHome
01:50:05 T:100143104  NOTICEspecial://masterprofile/ is mapped to: /var/mobile/Library/Preferences/XBMC/userdata
01:50:05 T:100143104  NOTICEspecial://home/ is mapped to: /var/mobile/Library/Preferences/XBMC
01:50:05 T:100143104  NOTICEspecial://temp/ is mapped to: /var/mobile/Library/Preferences/XBMC/temp
01:50:05 T:100143104  NOTICEspecial://frameworks/ is mapped to: /Applications/XBMC.app/Frameworks
01:50:05 T:100143104  NOTICEThe executable running is: /Applications/XBMC.app/XBMC
01
:50:05 T:100143104  NOTICELocal hostnameMY-iPad
01
:50:05 T:100143104  NOTICELog File is located: /var/mobile/Library/Preferences/xbmc.log
01
:50:05 T:100143104  NOTICE: -----------------------------------------------------------------------
01:50:05 T:100143104  NOTICEload settings...
01:50:05 T:100143104  NOTICEspecial://profile/ is mapped to: special://masterprofile/
01:50:05 T:100143104  NOTICEloading special://masterprofile/guisettings.xml
01:50:05 T:100143104  NOTICEGetting hardware information now...
01:50:05 T:100143104    INFOUsing analog output
01
:50:05 T:100143104    INFOAC3 pass through is disabled
01
:50:05 T:100143104    INFODTS pass through is disabled
01
:50:05 T:100143104    INFOAAC pass through is disabled
01
:50:05 T:100143104    INFOMP1 pass through is disabled
01
:50:05 T:100143104    INFOMP2 pass through is disabled
01
:50:05 T:100143104    INFOMP3 pass through is disabled
01
:50:05 T:100143104   DEBUGErrorRequested setting (videoscreen.screenmodewas not found.  It must be case-sensitive
01
:50:05 T:100143104  NOTICEChecking resolution 12
01
:50:05 T:100143104  NOTICELoading player core factory settings from special://xbmc/system/playercorefactory.xml.
01:50:05 T:100143104   DEBUGCPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
01
:50:05 T:100143104   DEBUGCPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
01
:50:05 T:100143104   DEBUGCPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating rulesystem rules
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating rulertv
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating rulehdhomerun/myth/rtmp/mms/udp
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating rulelastfm/shout
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating rulertsp
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating rulestreams
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating ruleflv/aacp/sdp
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating rulemp2
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating ruledvd
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating ruledvdfile
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating ruledvdimage
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating rulesdp/asf
01
:50:05 T:100143104   DEBUGCPlayerSelectionRule::Initializecreating rulensv
01
:50:05 T:100143104  NOTICELoaded playercorefactory configuration
01
:50:05 T:100143104  NOTICELoading player core factory settings from special://masterprofile/playercorefactory.xml.
01:50:05 T:100143104  NOTICEspecial://masterprofile/playercorefactory.xml does not exist. Skipping.
01:50:05 T:100143104  NOTICENo settings file to load (special://xbmc/system/advancedsettings.xml)
01:50:05 T:100143104  NOTICELoaded settings file from special://profile/advancedsettings.xml
01:50:05 T:100143104  NOTICEContents of special://profile/advancedsettings.xml are...
                                            
<advancedsettings>
                                              <
videodatabase>
                                                <
type>mysql</type>
                                                <
host>192.168.1.215</host>
                                                <
port>3306</port>
                                                <
user>xbmc</user>
                                                <
pass>xbmc</pass>
                                              </
videodatabase>
                                              <
musicdatabase>
                                                <
type>mysql</type>
                                                <
host>192.168.1.215</host>
                                                <
port>3306</port>
                                                <
user>xbmc</user>
                                                <
pass>xbmc</pass>
                                              </
musicdatabase>
                                            </
advancedsettings>
01:50:05 T:100143104 WARNINGVIDEO database configuration is experimental.
01:50:05 T:100143104  NOTICEGetting hardware information now...
01:50:05 T:100143104    INFOUsing analog output
01
:50:05 T:100143104    INFOAC3 pass through is disabled
01
:50:05 T:100143104    INFODTS pass through is disabled
01
:50:05 T:100143104    INFOAAC pass through is disabled
01
:50:05 T:100143104    INFOMP1 pass through is disabled
01
:50:05 T:100143104    INFOMP2 pass through is disabled
01
:50:05 T:100143104    INFOMP3 pass through is disabled
01
:50:05 T:100143104   DEBUGErrorRequested setting (videoscreen.screenmodewas not found.  It must be case-sensitive
01
:50:05 T:100143104  NOTICEChecking resolution 12
01
:50:05 T:100143104  NOTICE: Default DVD Playerdvdplayer
01
:50:05 T:100143104  NOTICE: Default Video Playerdvdplayer
01
:50:05 T:100143104  NOTICE: Default Audio Playerpaplayer
01
:50:05 T:100143104  NOTICEDisabled debug logging due to GUI settingLevel 0.
01
:50:05 T:100143104  NOTICELog level changed to 0
01
:50:05 T:100143104  NOTICELoading media sources from special://masterprofile/sources.xml
01:50:05 T:100143104  NOTICEGL_VENDOR Imagination Technologies
01
:50:05 T:100143104  NOTICEGL_RENDERER PowerVR SGX 543
01
:50:05 T:100143104  NOTICEGL_VERSION OpenGL ES 2.0 IMGSGX543-63.14.2
01
:50:05 T:100143104  NOTICEGL_SHADING_LANGUAGE_VERSION OpenGL ES GLSL ES 1.0
01
:50:05 T:100143104  NOTICEGL_EXTENSIONS GL_OES_depth_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_vertex_array_object GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_texture_filter_anisotropic GL_EXT_texture_rg GL_APPLE_framebuffer_multisample GL_APPLE_rgb_422 GL_APPLE_texture_format_BGRA8888 GL_APPLE_texture_max_level GL_IMG_read_format GL_IMG_texture_compression_pvrtc
01
:50:06 T:100143104  NOTICEinitializing playlistplayer
01
:50:06 T:100143104  NOTICEDONE initializing playlistplayer
01
:50:06 T:100143104  NOTICE: /private/var/stash/Applications.4Z4QsU/XBMC.app/XBMCData/XBMCHome/addons/skin.touched/sounds/sounds.xmlLine 0
                                            Failed to open file
01
:50:07 T:100143104  NOTICEinitialize done
01
:50:07 T:100143104  NOTICERunning the application...
01:50:07 T:100143104  NOTICEESStarting event server
01
:50:07 T:100143104  NOTICEstarting zeroconf publishing
01
:50:07 T:125308928  NOTICEESStarting UDP Event server on 0.0.0.0:9777
01
:50:07 T:125308928  NOTICEUDPListening on port 9777
01
:50:07 T:174592000  NOTICE: -->Python Interpreter Initialized<-- 
Reply
#2
Only use <name>xbmc_video</name> and do not include the number. Removing the name tag completely will make XBMC look for "myvideo"+60 or something like that instead of "xbmc_video"+60, so you'll still need it if that's how it is set up on your desktops.

Remember to also have all clients on the same version.
Reply
#3
All are running the same version.

Added the <name> bit and sure enough it started working.

I have to admit, I thought it was odd that they didn't show the <name> bit in the wiki.

Many thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Library not appearing0