Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

$series is using wrong column #234

Open
Semptic opened this issue Mar 13, 2023 · 0 comments
Open

$series is using wrong column #234

Semptic opened this issue Mar 13, 2023 · 0 comments

Comments

@Semptic
Copy link

Semptic commented Mar 13, 2023

Seems like the audible library export output changed (I'm using audible-cli version 0.2.4). The extraction in

AAXtoMP3/AAXtoMP3

Lines 567 to 568 in e66c51d

series_title=$(echo "${lib_entry}" | awk -F '\t' '{print $6}')
series_sequence=$(echo "${lib_entry}" | awk -F '\t' '{print $7}')

uses column 6 and 7 but in my library.tsv those series infos are at column 7 and 8.

E.g.:

# head -n 1 library.tsv | awk -F '\t' '{print $6}'
narrators
# head -n 1 library.tsv | awk -F '\t' '{print $7}'
series_title
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant