Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AntennaPod stops parsing after first chapter #4938

Closed
3 tasks done
ByteHamster opened this issue Feb 15, 2021 · 1 comment · Fixed by #4941
Closed
3 tasks done

AntennaPod stops parsing after first chapter #4938

ByteHamster opened this issue Feb 15, 2021 · 1 comment · Fixed by #4941
Labels
Type: Confirmed bug Bugs confirmed by a lead developer
Milestone

Comments

@ByteHamster
Copy link
Member

ByteHamster commented Feb 15, 2021

Checklist

  • I have used the search function to see if someone else has already submitted the same bug report.
  • I will describe the problem with as much detail as possible.
  • If the bug only to occurs with a certain podcast, I will include the URL of that podcast.

System info

App version: 2.2.0 develop

App source: develop

Bug description

Reported on the forum: https://forum.antennapod.org/t/nur-einzelne-kapitelmarke/677

The mp3 file of "Querdenken macht krank" (feed: https://wochendaemmerung.podigee.io/feed/mp3) lists the outro first. AntennaPod then only displays the outro. Confirmed using ffprobe.

> ffprobe -i querdenken_macht_krank.mp3 -print_format json -show_chapters -loglevel error 
{
    "chapters": [
        {
            "id": 0,
            "time_base": "1/1000",
            "start": 4834000,
            "start_time": "4834.000000",
            "end": 4851000,
            "end_time": "4851.000000",
            "tags": {
                "title": "Outro"
            }
        },
        {
            "id": 1,
            "time_base": "1/1000",
            "start": 2147000,
            "start_time": "2147.000000",
            "end": 2525000,
            "end_time": "2525.000000",
            "tags": {
                "title": "Frontex Files"
            }
        },
        {
            "id": 2,
            "time_base": "1/1000",
            "start": 3374000,
            "start_time": "3374.000000",
            "end": 3428000,
            "end_time": "3428.000000",
            "tags": {
                "title": "China vs. BBC"
            }
        },
...
@ByteHamster ByteHamster added the Type: Confirmed bug Bugs confirmed by a lead developer label Feb 15, 2021
@antennapod-bot
Copy link

This issue has been mentioned on AntennaPod Forum. There might be relevant details there:

https://forum.antennapod.org/t/nur-einzelne-kapitelmarke/677/2

@ByteHamster ByteHamster added this to the 2.2.x milestone Feb 15, 2021
@ByteHamster ByteHamster changed the title If chapters are specified in the wrong order, AntennaPod does not display all of them AntennaPod stops parsing after first chapter Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Confirmed bug Bugs confirmed by a lead developer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants