View Single Post
Posts: 69 | Thanked: 24 times | Joined on Feb 2007
#46
OK, here's some output from running Canola from the console. I don't know how much of this you want. If you need stuff before this, just ask

Code:
1207933815.7537 DEBUG manager:156:get_class() looking for first class with filter 'Controller/Media/Audio/Local'
1207933815.7591 DEBUG manager:114:get_classes() looking for classes with filter 'Controller/Media/Audio/Local'
1207933815.7651 DBG_W plugin_manager:166:load() no plugin implements filter 'Controller/Media/Audio/Local'
1207933815.7706 DEBUG controller:107:get_controller_class_for_model() looking for controller class with filter 'Controller/Media/Audio' ...
1207933815.7770 DEBUG manager:156:get_class() looking for first class with filter 'Controller/Media/Audio'
1207933815.7827 DEBUG manager:114:get_classes() looking for classes with filter 'Controller/Media/Audio'
1207933815.7888 DEBUG controller:111:get_controller_class_for_model() found controller class with filter 'Controller/Media/Audio'!
1207933815.7956 DEBUG manager:114:get_classes() looking for classes with filter 'Hook/Player/Audio'
1207933815.8023 DBG_W plugin_manager:166:load() no plugin implements filter 'Hook/Player/Audio'
1207933815.8079 DEBUG player:83:_setup_hooks() no hooks with type 'Hook/Player/Audio' for player AudioPlayerController(model=AudioLocalModel(name="(Can't You) Trip Like I Do", parent=True), canvas=True, parent=True)
1207933816.0021 DEBUG model:274:load() loading AudioPlayerOptionsModel(name='Audio Options', parent=False, children=False) ...
1207933816.0081 DEBUG manager:136:get_classes_by_regexp() looking for classes with filter matching regexp 'Model/Options/Action/Player/Audio/[^/]*$'
1207933816.0365 DBG_W model:282:load() Model's do_load() is too slow: 28ms (AudioPlayerOptionsModel)
1207933820.1737 DEBUG controller:522:_player_buffering() Player's  Buffering: 100
1207933855.5119 DEBUG controller:522:_player_buffering() Player's  Buffering: 0
1207933856.3625 DEBUG controller:522:_player_buffering() Player's  Buffering: 100
Every time I press "next" it just prints out

Code:
1207934035.9384 DEBUG controller:522:_player_buffering() Player's  Buffering: 0
1207934036.8042 DEBUG controller:522:_player_buffering() Player's  Buffering: 100
I think there's something not quite right with the OGG part maybe detecting the end of the music. What happens is that the music stops, the time display shows "-00:00" but the play/pause button still shows "pause" and I can pause and unpause still. So it looks like Canola still thinks there's something playing.