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

No longer working on iOS 17 and macOS Sonoma. #4

Open
Sr-11 opened this issue Feb 11, 2024 · 3 comments
Open

No longer working on iOS 17 and macOS Sonoma. #4

Sr-11 opened this issue Feb 11, 2024 · 3 comments

Comments

@Sr-11
Copy link

Sr-11 commented Feb 11, 2024

https://support.apple.com/en-us/10500: Starting in iOS 17, iPadOS 17, and macOS Sonoma, Voice Memos encrypts the titles of recordings stored in iCloud, in addition to the recordings themselves. Now running the code yields “No permission to read database file."

@larsrinn
Copy link

Hi @Sr-11 - I can't access the linked page. Did you find a way how to programmatically access the voice memos? I can open them in the Finder app but was not successful in opening them in Python without copying them to another folder

@Sr-11
Copy link
Author

Sr-11 commented Mar 25, 2024

The new path is "~/Library/Group Containers/group.com.apple.VoiceMemos.shared/Recordings/CloudRecordings.db". But on Sonoma, running this program fails to export the correct name of memos. It only shows the time stamp, e.g., 2022-02-01 2022-02-01T16/16/34Z.

@becker929
Copy link

becker929 commented Jun 12, 2024

Hi @Sr-11 - I can't access the linked page. Did you find a way how to programmatically access the voice memos? I can open them in the Finder app but was not successful in opening them in Python without copying them to another folder

Thanks! I'm able to get past the permission error by copying the entire Recordings folder to my desktop and running the script on the database within the copied folder.

python3 ~/Desktop/macOSVoiceMemosExporter/main.py -a -e ~/Desktop/memo_export --date_in_name --db_path=CloudRecordings.db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants