-
Notifications
You must be signed in to change notification settings - Fork 19
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
Help wanted #70
Comments
Happy to help, anything in particular you want doing? |
Thank you for your offer, you can look into the opened issues. However, due to various reasons and limitations I encountered, I decided to work on a complete replacement for ytsm that takes it to a new level, so I will do no further development on ytsm. The replacement project is called Regard and is written in Blazor and Asp.Net Core. I think it would be best to continue any further development there. |
Wait so you don't have time to maintain a django project and therefore you rewrite it in microsoft stuff? I'll probably never understand why the whole warez/media download scene is written is .net and the like.. Here's my solution btw: #!/bin/sh
channels=("MxRPlays"
"ColdFusion"
"GardinerBryant"
"TheHoonigans")
IFS=""
for channel in ${channels[*]}; do
echo ">>> Downloading $channel"
mkdir -p $channel
cd $channel
yt-dlp --dateafter now-1day --sponsorblock-mark all --sponsorblock-remove sponsor https://www.youtube.com/c/${channel}
cd ..
done Run it via cron/systemd-timer daily and you're done. |
To make it clear why I decided to migrate:
Some of the features I want to add are:
This project is put together in a pretty hackish way, so adding these would mean major rewrites of large parts of the project. Together with the frontend stuff, I think the best course of action is to rewrite it, and do it properly. The only reason I chose .NET is because it has a very good infrastructure for what I want to build, and I can use C# for the frontend (I'm not a fan of React/Vue and other javascript frameworks).
What I meant is I don't have time to work on both at the same time... so I only chose one. |
So you're fine with installing a bunch of Python things instead?
Then why are you complaining about this free software, and not doing that? After all, nothing is stopping you from releasing a competitor to ytsml/sonarr/radarr/etc
imho, all of these are good reasons to migrate. I've added the decoupling to my fork but it wasn't easy, and will likely rewrite it in C# as well. |
Sorry, I might got a bit carried away there. Wasn't in the best mood. |
With 2 small children, it's really hard for me to find time to work on other projects, and it appears I'm the only developer left. I would like not to let this project die, and I need your help!
The text was updated successfully, but these errors were encountered: