Skip to content

Add Channel selection during quick Start #235

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Lyliya
Copy link

@Lyliya Lyliya commented Apr 26, 2025

This PR add channel selection during Quick Start. It allow user to skip selected channel easily, instead of modifying the settings.json file

Enregistrement.2025-04-25.201351.mp4

I only have an LTT subscriptions so I cannot test using multiple subscription. I have updated the prompt to take settings as argument, and moved the prompt logic to another function.

For some reason, I don't have all the channels linked to the subscription. If I deselect all, everything is skipped except those 4. You may have more info than me

{
	"title": "TalkLinked",
	"skip": false,
	"isChannel": "(post) => post.title?.toLowerCase().includes('talklinked')"
},
{
	"title": "TechLinked Shorts",
	"skip": false,
	"isChannel": "(post) => post.title?.toLowerCase().includes('tl short: ')"
},
{
	"title": "The WAN Show",
	"skip": false,
	"isChannel": "(post) => post.title?.toLowerCase().includes('wan show')"
},
{
	"title": "LMG Livestream VODs",
	"skip": false,
	"isChannel": "(post) => post.title?.toLowerCase().includes('livestream vod – ')"
}

@Inrixia
Copy link
Owner

Inrixia commented Apr 27, 2025

Thx, Ill take a look at this when I get time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants