hagent / export-macos-podcasts

Script tries to export apple podcasts downloaded or cached mp3 files with readable file names
9 stars 5 forks source link

Possible new yargs options #10

Open jzohrab opened 2 years ago

jzohrab commented 2 years ago

Hi @hagent, I made some more changes to my personal main branch, let me know if you'd like them PR'd here or not. :-) Just some more yargs options:

$ node index.js -h
Options:
...
  -a, --after        Podcasts after date (yyyy-mm-dd)                   [string]
      --openfinder   Open finder window when done     [boolean] [default: false]
      --dryrun       Dry run only, no export          [boolean] [default: false]
...

Thanks again for the project, it's been useful.

burnsdave commented 1 year ago

Hi @hagent, I made some more changes to my personal main branch, let me know if you'd like them PR'd here or not. :-) Just some more yargs options:

$ node index.js -h
Options:
...
  -a, --after        Podcasts after date (yyyy-mm-dd)                   [string]
      --openfinder   Open finder window when done     [boolean] [default: false]
      --dryrun       Dry run only, no export          [boolean] [default: false]
...

Thanks again for the project, it's been useful.

Hi @jzohrab, can you share how you implemented the -after and --dryrun args?

jzohrab commented 1 year ago

Hi @burnsdave , the changes are all in the main branch at https://github.com/jzohrab/export-macos-podcasts. I had to re-org/re-write most of the file to allow for faster changes (separating concerns etc), so my code is now quite different from this.

burnsdave commented 1 year ago

Thanks very much for letting me know, and for the feature all-around! Shame that the native podcast app has kicked itself so much.

On Mon, Nov 7, 2022, 4:42 PM JZ @.***> wrote:

Hi @burnsdave https://github.com/burnsdave , the changes are all in the main branch at https://github.com/jzohrab/export-macos-podcasts. I had to re-org/re-write most of the file to allow for faster changes (separating concerns etc), so my code is now quite different from this.

— Reply to this email directly, view it on GitHub https://github.com/hagent/export-macos-podcasts/issues/10#issuecomment-1306236829, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6CNSLAUUVAUMZ3BSKIHJDWHFZUXANCNFSM5WW72XAQ . You are receiving this because you were mentioned.Message ID: @.***>