forked from alacleaker/apple-music-alac-downloader
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3052984
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to expand on m3u8 text file? The Reqable script doesn't seem to save a file, and making a raw text file with links to album doesn't result in any downloads for batch downloading. Thanks for your efforts!
3052984
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3052984
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I keep getting different errors (shown below) with the code above for Reqable app when trying to get text file. This is the only thing that I can't figure out because using a text file with direct link to album doesn't work. Any other tips to get this doing?
Traceback (most recent call last): File "main.py", line 45, in <module> main() File "main.py", line 14, in main onResponse(argv[1]) File "main.py", line 35, in onResponse result = addons.onResponse(context, CaptureHttpResponse(data['response'])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "addons.py", line 11, in onResponse songList=plist_data["songList"][0] ~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'songList'
3052984
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use it get from device
https://new.space/s/aIg0T4KMWTUiVbvKqb00ww#KmRmVVds4gRh6nbzgAF9zi4n9vIqVLKbvzz8PGoTO-0
3052984
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to change port number from 20020 to 10020 to get it to function.
It's shows connected to device and then stays stuck on that screen and doesn't do anything when running the wrapper.
Any other advise?
3052984
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrapper is not support get-m3u8-from-device, set it false
3052984
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrapper‘s get-m3u8-from-device support is trying to develop