Does anyone have a solution for integrating Tidal-dl with Discord? #738
-
I've been trying to come up with a way to integrate this app with discord. I'm looking for a simple interface were people can send '+add tidalLink.com' to a Discord channel and a bot will take that and feed it to tidal-dl. I've got this bot running on the machine: But the problem is that app doesn't seem to actually run anything except the shell so when I send it 'tidal-dl' it doesn't seem to actually run anything. If anyone has any ideas of how to get this working, either apps I can combine with it or apps I can try writing that'd be awesome. Having input from anyone with more experience in the OS community or in programming would be much appreciated! This app is great by the way @yaronzz thank you so much for putting the work into it! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
yes, have a look at this |
Beta Was this translation helpful? Give feedback.
-
Thanks! This looks like it should do exactly what I was looking for, although I'm doing something wrong because it's not running yet. If anyone else finds this thread I also found this which should also link tidal-dl with discord: |
Beta Was this translation helpful? Give feedback.
yes, have a look at this
https://github.com/parnexcodes/tidal-dl-discord-bot
you'll need to start with creating a discord bot and then use this with the bot, or maybe make a new one based on this
the only downside of this is the need to close the channel after every request, there are popular bots like qobot which can queue the requests but the code isn't open source.
to make the bot interact with the terminal and use tidal-dl you can use python's subprocess module