No visualization for Karaoke
#1
Hi,

Trying to get visualization behind the karaoke lyrics.

Created a advancedsetting.xml and the background is remove, I also tried with video which works well.
But when I change to <defaultbackground type="vis" /> nothing is show behind the lyrics only black.
Runs with the default theme so it should be a skin issue. Tried different visualizations all work if you press tab while playing a karaoke song.
This is on Kodi 14.2

Code:
<advancedsettings>
<karaoke>
  <!-- Music-lyrics delay for CDG format lyrics in SECONDS. Floating number, may be negative. -->
  <syncdelaycdg>0.0</syncdelaycdg>
  <!-- Music-lyrics delay for LRC format lyrics in 1/10 seconds. Floating number, may be negative. -->
  <syncdelaylrc>0.0</syncdelaylrc>
  <!-- If set to true, when the songs are added to the library, XBMC will automatically replace the song genre by "Karaoke"
    if the song has associated lyrics. Default is false. -->
  <alwaysreplacegenre>true</alwaysreplacegenre>
  <!-- If set to true, when the music-lyrics delay was modified while playing using subtitle delay buttons, the delay value
    for this song will be stored, and restored when the song is played next time. Default is true. -->
  <storedelay>true</storedelay>
  <!-- When karaoke songs are added to the library during scans, an autoincrement number is automatically assigned
to each song, starting from the value specified below. Default starts from 1. -->
  <autoassignstartfrom>1</autoassignstartfrom>
  <!-- If set to true (default), the background for CDG songs is always empty (plain color) no matter what setting is set in
    defaultbackground below. When setting this to false, then one can see through the background and see the video or
    visualization.-->
  <nocdgbackground>false</nocdgbackground>
  <!-- Sets default background mode. Type could be "none", "vis" for visualisation, "image" or "video".
    For image/video types the "path" parameter should specify the image or video file to play. -->
  <defaultbackground type="vis" />
  <!-- If non-zero, specifies the time in seconds left before the end of the current song when a window will pop up informing you
    about the next played song. The window does not pop up if there is no next song, or it is not a karaoke song -->
  <nextsongpopuptime>0.0</nextsongpopuptime>
</karaoke>
</advancedsettings>

Here's some from the log:

Code:
23:15:50 T:56492   DEBUG: ------ Window Init (MusicKaraokeLyrics.xml) ------
23:15:50 T:56492    INFO: Loading skin file: MusicKaraokeLyrics.xml, load type: LOAD_EVERY_TIME
23:15:50 T:56492   DEBUG: Karaoke default background is visualisation
23:15:50 T:56492   DEBUG: Karaoke background started using BACKGROUND_VISUALISATION mode
23:15:55 T:56492   DEBUG: CWinEventsWin32::WndProcWindow is active
23:15:55 T:56492   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib.dll)
23:16:01 T:56492   DEBUG: CJoystick::Initialize : No Joystick found
23:16:01 T:56492   DEBUG: CWinEventsWin32::WndProcWindow is active
23:16:01 T:56492   DEBUG: ------ Window Init (Pointer.xml) ------
23:16:02 T:56492   DEBUG: CApplication::ProcessMouse: trying mouse action leftclick
23:16:05 T:56492   DEBUG: Previous line repeats 1 times.
23:16:05 T:56492   DEBUG: Keyboard: scancode: 0x0f, sym: 0x0009, unicode: 0x0009, modifier: 0x0
23:16:05 T:56492   DEBUG: CApplication::OnKey: tab (0xf009) pressed, action is FullScreen
23:16:05 T:56492   DEBUG: Activating window ID: 12006
23:16:05 T:56492   DEBUG: ------ Window Deinit (MusicKaraokeLyrics.xml) ------
23:16:05 T:56492   DEBUG: ------ Window Init (MusicVisualisation.xml) ------
23:16:05 T:56492    INFO: Loading skin file: MusicVisualisation.xml, load type: KEEP_IN_MEMORY
23:16:05 T:56492   DEBUG: ADDON: Dll Initializing - MilkDrop
23:16:05 T:56492   DEBUG:   msg: Preset is not held, loading a random preset. Current is 0
23:16:05 T:56492   DEBUG:   msg: CreateDepthStencilSurface with 1223 x 1024
23:16:05 T:56492   DEBUG:   msg: Textures created!
23:16:05 T:56492   DEBUG: Calling TransferSettings for: MilkDrop
23:16:05 T:56492   DEBUG: Visualisation::Start()
23:16:05 T:56492   DEBUG: ------ Window Deinit (Pointer.xml) ------
23:16:05 T:54696   DEBUG: OnInitialize() started
23:16:05 T:54696   DEBUG: Updating visualisation albumart: image://[email protected]/
23:16:05 T:54696   DEBUG: OnInitialize() done
23:16:06 T:56492   DEBUG: Keyboard: scancode: 0x0f, sym: 0x0009, unicode: 0x0009, modifier: 0x0
23:16:06 T:56492   DEBUG: CApplication::OnKey: tab (0xf009) pressed, action is FullScreen
23:16:06 T:56492   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
23:16:06 T:56492   DEBUG: ------ Window Deinit (MusicVisualisation.xml) ------
23:16:06 T:56492   DEBUG: FreeVisualisation() started
23:16:06 T:56492    INFO: ADDON: Dll Stopped - MilkDrop
23:16:06 T:56492    INFO: ADDON: Dll Destroyed - MilkDrop
23:16:06 T:56492   DEBUG: FreeVisualisation() done
23:16:06 T:56492   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
23:16:06 T:56492   DEBUG: ------ Window Init (MusicKaraokeLyrics.xml) ------
23:16:06 T:56492    INFO: Loading skin file: MusicKaraokeLyrics.xml, load type: LOAD_EVERY_TIME
23:16:06 T:56492   DEBUG: Using already stored xml root node for C:\Program Files (x86)\Kodi\addons\skin.confluence\720p\MusicKaraokeLyrics.xml
23:16:06 T:56492   DEBUG: Karaoke default background is visualisation
23:16:07 T:56492   DEBUG: Keyboard: scancode: 0x2d, sym: 0x0078, unicode: 0x0078, modifier: 0x0
23:16:07 T:56492   DEBUG: CApplication::OnKey: x (0xf058) pressed, action is Stop
23:16:07 T:56492   DEBUG: Karaoke background stopped
23:16:07 T:56492   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
23:16:07 T:56492   DEBUG: ------ Window Deinit (MusicKaraokeLyrics.xml) ------
23:16:07 T:56492   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
23:16:07 T:56492   DEBUG: ------ Window Init (MyMusicNav.xml) ------
23:16:07 T:56492   DEBUG: CGUIMediaWindow::GetDirectory (musicdb://songs/)
23:16:07 T:56492   DEBUG:   ParentPath = [musicdb://songs/]
23:16:07 T:56492   DEBUG: CMusicDatabase::GetSongsByWhere query = SELECT songview.* FROM songview
23:16:07 T:56492   DEBUG: CMusicDatabase::GetSongsByWhere() - took 3 ms
23:16:07 T:56492   DEBUG: Album format left  = [%B]
23:16:07 T:56492   DEBUG: Album format right = [%A]
23:16:07 T:56492   DEBUG: Album format left  = [%B]
23:16:07 T:56492   DEBUG: Album format right = [%A]
23:16:07 T:56492   DEBUG: Album format left  = [%B]
23:16:07 T:56492   DEBUG: Album format right = [%A]
23:16:07 T:56644  NOTICE: Thread BackgroundLoader start, auto delete: false
23:16:07 T:56644   DEBUG: Thread BackgroundLoader 56644 terminating
23:16:07 T:54696   DEBUG: CActiveAE::DiscardStream - audio stream deleted
23:16:07 T:54696   DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
23:16:07 T:56532   DEBUG: CApplication::OnPlayBackStopped: play state was 2, starting 0
23:16:07 T:56532   DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
23:16:07 T:56532   DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
23:16:07 T:56532   DEBUG: Thread PAPlayer 56532 terminating
23:16:07 T:56492   DEBUG: ADDON: Dll Initializing - MilkDrop
23:16:07 T:56492   DEBUG:   msg: Preset is not held, loading a random preset. Current is 0
23:16:07 T:56492   DEBUG:   msg: CreateDepthStencilSurface with 1223 x 1024
23:16:07 T:56492   DEBUG:   msg: Textures created!
23:16:07 T:56492   DEBUG: Calling TransferSettings for: MilkDrop
23:16:07 T:56492   DEBUG: Visualisation::Start()
23:16:07 T:56992   DEBUG: CSaveFileStateJob::DoWork - Saving file state for audio item musicdb://songs/1.mp3
23:16:07 T:56492   DEBUG: FreeVisualisation() started
23:16:07 T:56492    INFO: ADDON: Dll Stopped - MilkDrop
23:16:07 T:56492    INFO: ADDON: Dll Destroyed - MilkDrop
23:16:07 T:56492   DEBUG: FreeVisualisation() done
23:16:07 T:56492   DEBUG: ------ Window Init (Pointer.xml) ------
23:16:07 T:54696   DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
23:16:08 T:55476   DEBUG: Previous line repeats 2 times.
23:16:08 T:55476   DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview  WHERE albumview.strAlbum <> ''
23:16:08 T:55476   DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 0 ms
23:16:08 T:55476   DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview  WHERE albumview.strAlbum <> ''
23:16:08 T:55476   DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 0 ms
23:16:08 T:55476   DEBUG: DatabaseUtils::GetSortFieldList: unknown field 36
23:16:09 T:56492   DEBUG: CWinEventsWin32::WndProcWindow is active
Reply

Logout Mark Read Team Forum Stats Members Help
No visualization for Karaoke0