Open toniosj opened 4 years ago
Hi, thanks for the interest. I should really add a README. This works by scanning a folder (first argument) for a particular type of file (based on file extension, second argument). If it finds multiple files with the same name (except for say a (Disc 1)) it then spits out an m3u file with the file name and containing each of the discs.
Using this command "gradlew cpc dsk", I have this error:
"Error no se ha encontrado o cargado la clase principal org.gradle.wrapper.GradleWrapperMain"
El dom., 23 feb. 2020 a las 10:18, Adam Londero (notifications@github.com) escribió:
Hi, thanks for the interest. I should really add a README. This works by scanning a folder (first argument) for a particular type of file (based on file extension, second argument). If it finds multiple files with the same name (except for say a (Disc 1)) it then spits out an m3u file with the file name and containing each of the discs.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alondero/m3u-generator/issues/1?email_source=notifications&email_token=AE64VCFYTTVLYBKNRNILC2TREI5OPA5CNFSM4KZWEH42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMVWYZA#issuecomment-590048356, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE64VCH5JYEZJKQMD3D35WTREI5OPANCNFSM4KZWEH4Q .
I have the same problem when editing the bat file to see what would be possible, I noticed that the gradle-wrapper.jar file is missing I think it is what makes the magic happen
Yeah this needs a bit of tidying to be used properly 😊 One other thing of note is that it currently spits out an m3u in no intro format (ie country tag at the end in brackets). It is also hard oded to USA for now. I can put some instructions, a todo and limitations in the readme!
On Sun, 23 Feb 2020, 12:09 Azvarel, notifications@github.com wrote:
I have the same problem when editing the bat file to see what would be possible, I noticed that the gradle-wrapper.jar file is missing I think it is what makes the magic happen
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/alondero/m3u-generator/issues/1?email_source=notifications&email_token=AAJV2RFAKICEFLOTVRITDLLREJRQBA5CNFSM4KZWEH42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMV2DQA#issuecomment-590062016, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJV2RH3KPK2OQU622DO4XLREJRQBANCNFSM4KZWEH4Q .
How does it work? Have you got manual or wiki?
Thanks.