Would it be possible to add an option to hide the chapter counter (I think globally in app)? So when I open the chapter list I will only see:
Opening Credits
1. Intro
3. First Steps
etc...
Alternatively it could be disabled conditionally, but I'm not sure how easy this would be to achieve since not all chapter names use the numerical form for chapter numbering plus it would also have to account for different languages.
Originally created by @Klaesy on GitHub (Dec 11, 2023).
### Is your feature request related to a problem? Please describe.
I'm currently listening to a book with chapters named like this:
```
Opening Credits
1. Intro
3. First Steps
etc...
```
Now when I click to view the chapters when listening to this audiobook I'm seeing the following:
```
1 - Opening Credits
2 - 1. Intro
3 - 2. First Steps
etc...
```
### Describe the solution you'd like
Would it be possible to add an option to hide the chapter counter (I think globally in app)? So when I open the chapter list I will only see:
```
Opening Credits
1. Intro
3. First Steps
etc...
```
Alternatively it could be disabled conditionally, but I'm not sure how easy this would be to achieve since not all chapter names use the numerical form for chapter numbering plus it would also have to account for different languages.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Klaesy on GitHub (Dec 11, 2023).
Is your feature request related to a problem? Please describe.
I'm currently listening to a book with chapters named like this:
Now when I click to view the chapters when listening to this audiobook I'm seeing the following:
Describe the solution you'd like
Would it be possible to add an option to hide the chapter counter (I think globally in app)? So when I open the chapter list I will only see:
Alternatively it could be disabled conditionally, but I'm not sure how easy this would be to achieve since not all chapter names use the numerical form for chapter numbering plus it would also have to account for different languages.
@advplyr commented on GitHub (Dec 14, 2023):
The chapter number was already removed in the web client so I removed it to match
@advplyr commented on GitHub (Dec 19, 2023):
Updated in 0.9.69-beta