Skip to content

New script #16

@chassain

Description

@chassain

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions