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'll be creating folders and files based on the podcast title and each item's episode name. This ticket encompasses the work that would allow me to:
figuring out how electron accesses the file system in mac, windows, and linux
setting a default folder
setting a user-specified folder
creating folders if they don't exist
deal with parsing the episode name into something I can actually save locally. This will mean that I have to deal with unallowed characters, spaces, too long titles, etc.
The text was updated successfully, but these errors were encountered:
I'll be creating folders and files based on the podcast title and each item's episode name. This ticket encompasses the work that would allow me to:
The text was updated successfully, but these errors were encountered: