You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo 7b37cae version and built the flatpak image.
Then I opened the .opus audiobook using cozy. It could read the chapters from the audiobook and display in cozy. However when I click a specific chapter it always play the beginning of the audiobook (maybe the first chapter). In this version all chapter name and chapter time is correct. The only unexpected thing here is cozy would play the beginning of the audiobook when I click other chapters.
The flatpak version using c02e73e with PR #969 works flawlessly so my primary suspect is commit ff983a0. BTW I saved the working flatpak version is here.
Pls don't forget to Scan Library everytime when cozy is started
The text was updated successfully, but these errors were encountered:
This is a Chapter inside .Opus file, which the player always start at the beginning of the audiofile:
Chapter(name='A Note on the Recording',
position=43.899,
length=89.584,
number=3),
I am not sure if the position of the Opus chapter is too small that Cozy would always seek the first chapter
EDIT: According to chapter.py the position parameter should be in seconds. So the M4B is version is not correct. However the M4B could go to the correct chapter.
I cloned the repo 7b37cae version and built the flatpak image.
Then I opened the .opus audiobook using cozy. It could read the chapters from the audiobook and display in cozy. However when I click a specific chapter it always play the beginning of the audiobook (maybe the first chapter). In this version all chapter name and chapter time is correct. The only unexpected thing here is cozy would play the beginning of the audiobook when I click other chapters.
The flatpak version using c02e73e with PR #969 works flawlessly so my primary suspect is commit ff983a0. BTW I saved the working flatpak version is here.
Pls don't forget to Scan Library everytime when cozy is started
The text was updated successfully, but these errors were encountered: