Skip to content
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

New script #16

Open
chassain opened this issue Jan 16, 2020 · 0 comments
Open

New script #16

chassain opened this issue Jan 16, 2020 · 0 comments

Comments

@chassain
Copy link

Hello nitpum,

thanks for your great module. I'm noob and i would like to try something with your module.
It wil be perfect to select video id on youtube and put them on text file (on office pc). the fist line for the video id and the second, third,.... for playlist. this text file is shared with raspberry.

the module need to read this file like this line to line :
BufferedReader br = new BufferedReader(new FileReader(file));
String line;
while ((line = br.readLine()) != null) {
// process the line.
}
br.close();

and after integrate line 1 to params video id and the others lines for playlist..but i begin here...

If someone did this or can say some idea..thanks...

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

No branches or pull requests

1 participant