Closed (fixed)
Project:
Able Player
Version:
3.0.0-alpha5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2023 at 14:16 UTC
Updated:
11 Apr 2023 at 14:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
themusician commentedThank you for the feedback. I believe the plugin that handles captions will either need to be extended for audio file output or updated.
Comment #3
themusician commentedI made some progress on this.
The audio plugin code has not been looked at for some time so there was some necessary cleanup.
It now knows about captions but does not show the output in the caption window. I am not sure why at this point in time. No errors are being thrown.
If someone is trying to recreate this on a fresh install, the code does not make Able Player the default audio player upon install. To do that go to admin/structure/media/manage/audio/display and select Able Player Audio as the formatter.
I also noticed, and this could be a 10.x quirk, that the Able Player Caption media type has the file field disabled upon a fresh install. To fix that, go to /admin/structure/media/manage/able_player_caption/form-display and drag or move via weight the file filed into the display section.
Clone the work in progress branch if you would like to try it out. It should work on 9.x core as well.
https://git.drupalcode.org/project/ableplayer/-/tree/bronsem/3340900
Comment #4
themusician commentedThis is fixed in the alpha6 version released.
Comment #5
natkeeran commentedYes, fixed thanks.