-
Notifications
You must be signed in to change notification settings - Fork 29
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
Send several single YouTube music files in a sequence #38
Comments
storing it using mongodb because currently i am working on it |
@horaanchal |
Actually I am now switch my plan to work with youtube data api to fetch the vedios in a list rather storing the data in mongo db as i willl use sort method further to fetch vedios according to the priority of a user. ffmpeg is used for converting mp4 to mp3 audio.Then we will download mp3 audio using youtube-dl or youtube-mp3 lbrary in python and last send it to device using pushbullet library in python from https://github.com/randomchars/pushbullet.py and https://github.com/myles/pushbullet. |
@Parth-Vader Is this expected to read links from a text file and process them sequentially? |
@ashwani99 No I think, I'd prefer an additional option: something like |
Store the links in a list, download them one by one and send to device sequentially.
The text was updated successfully, but these errors were encountered: