You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: