MobOff icon indicating copy to clipboard operation
MobOff copied to clipboard

Send several single YouTube music files in a sequence

Open Parth-Vader opened this issue 8 years ago • 5 comments

Store the links in a list, download them one by one and send to device sequentially.

Parth-Vader avatar Dec 11 '17 09:12 Parth-Vader

storing it using mongodb because currently i am working on it

horaanchal avatar Jun 24 '18 19:06 horaanchal

@horaanchal What exactly are you doing? :smile: Can you just explain me the steps?

Parth-Vader avatar Jun 25 '18 07:06 Parth-Vader

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.

horaanchal avatar Jun 26 '18 05:06 horaanchal

@Parth-Vader Is this expected to read links from a text file and process them sequentially?

ashwani99 avatar Jul 15 '18 14:07 ashwani99

@ashwani99 No I think, I'd prefer an additional option: something like --multiple, where the user would have to enter some links, and then download them and send it to the device.

Parth-Vader avatar Jul 15 '18 19:07 Parth-Vader