NFO Creator Music videos
#1
So i have given up on https://archive.codeplex.com/?p=popatopdad

Works for exactly what i need, but sadly doesn't seem to work for anything that's not English, I'm trying to create nfos for music videos in russian

Or anyway to scrape/ create nfos for music videos, audiodb/imvdb are very poor when it comes to unpopular / non-english songs.

Is there any NFO creator that will do what i want?

I just need it to make nfos for my library, all it needs to do is

>Musicvideo<
>title<
Reply
#2
I have never seen that program before. I guess it is old as it uses XBMC instead of Kodi, but the copyright is 2018. Is it still maintained?

You don't need a program to create nfo files. Create your own.

There is a template in the link below. Copy it into your own file and fill it out...

https://kodi.wiki/view/NFO_files/Music_v...mplate_nfo
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2019-09-22, 08:22)Karellen Wrote: I have never seen that program before. I guess it is old as it uses XBMC instead of Kodi, but the copyright is 2018. Is it still maintained?

You don't need a program to create nfo files. Create your own.

There is a template in the link below. Copy it into your own file and fill it out...

https://kodi.wiki/view/NFO_files/Music_v...mplate_nfo

I know that it's not hard, but it's time consuming, i have lot's of videos.
Reply
#4
The problem seems to be that very few of the scraper sites that Kodi uses has comprehensive (or any) listings in Russian.

A different nfo creator program will not fix that. Are you aware of that, or are you hoping a different program will find information in Russian language?

Anyway, the only music video media manager I know of is this... https://forum.kodi.tv/showthread.php?tid=129134

==Edit==
Maybe @docwra might have a suggestion
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#5
If you just want to get musicvideos into the video library, if they are mp4 you can use tagging software to add title, artist, album, track no, genre, and cover art (poster).  It might also work for mkv but I haven't tested.  You need to enable video file tag reading in the settings (default is off/no).  Mp3tag is a freeware one (despite the name it tags various file formats).

scott s.
.
maintainer of skin  Aeon MQ5 mods for post-Gotham Kodi releases:
Matrix see: Aeon MQ5 Mod Matrix release thread
Nexus see: Aeon MQ5 Mod Nexus release thread
Aeon MQ 5 skin and addon repo 11.1.0
Reply
#6
(2019-09-24, 05:52)scott967 Wrote: If you just want to get musicvideos into the video library, if they are mp4 you can use tagging software to add title, artist, album, track no, genre, and cover art (poster).  It might also work for mkv but I haven't tested.  You need to enable video file tag reading in the settings (default is off/no).  Mp3tag is a freeware one (despite the name it tags various file formats).

scott s.
.

I just tested this as I wanted to update the wiki but couldn't get it working with a test music video with the latest nightly.

I tried adding the MP4 tags with mp3tag, enabled video tag scanning in Kodi and then scanned with Kodi but got nothing, then when pressing "I" on the video file in the file view Kodi crashes.

Debug log: https://paste.kodi.tv/wimusimasa.kodi
Reply
#7
Currently the best (and onlyHuh) Music Video scraper is Media Companion 3...

https://forum.kodi.tv/showthread.php?tid=129134

It actually really cleans up the artwork, and info for the Artists, for Music Videos. I've started using it on my 4000+ Music Video library with great results so far.
Reply
#8
(2019-09-24, 15:44)docwra Wrote: I just tested this as I wanted to update the wiki but couldn't get it working with a test music video with the latest nightly.

I tried adding the MP4 tags with mp3tag, enabled video tag scanning in Kodi and then scanned with Kodi but got nothing, then when pressing "I" on the video file in the file view Kodi crashes.

Debug log: https://paste.kodi.tv/wimusimasa.kodi 

 Didn't see anything of concern in the log unfortunately. I will have to pull a nightly though as I was testing on 18.4.

scott s.
.
maintainer of skin  Aeon MQ5 mods for post-Gotham Kodi releases:
Matrix see: Aeon MQ5 Mod Matrix release thread
Nexus see: Aeon MQ5 Mod Nexus release thread
Aeon MQ 5 skin and addon repo 11.1.0
Reply
#9
(2019-09-22, 07:59)zaidrockso Wrote: So i have given up on https://archive.codeplex.com/?p=popatopdad

Works for exactly what i need, but sadly doesn't seem to work for anything that's not English, I'm trying to create nfos for music videos in russian

Or anyway to scrape/ create nfos for music videos, audiodb/imvdb are very poor when it comes to unpopular / non-english songs.

Is there any NFO creator that will do what i want?

I just need it to make nfos for my library, all it needs to do is

>Musicvideo<
>title<

If you are on windows you can use this batch file.
(video for proof)

It'll create nfo recursively. BUT IT'll OVERWRITE EXISTING ONES
i recommend using

folder/file.ext
artistname - title/artistname - title.ext

even if it'll work if all files are in one folder.

I am just unable to split artist and title from path, so artist and title will be the same.

Best Practice will be

1. Do lib Scan
2. Run Batch File
3. Export Library (will force overwrite existing file nfo)
4. rescan library

bat:

@echo off
REM Windows Title
TITLE NFO creator Musicvideos
COLOR B
ECHO -------------------------------------------------------------------------
ECHO  Create NFO for Musicvideos, all existing will be overwritten
ECHO  Push key to Start
ECHO -------------------------------------------------------------------------
ECHO.
PAUSE > NUL

for /r %%a in (*.mkv *.avi *.mp4) do (
(
echo ^<?xml version="1.0" encoding="UTF-8" standalone="yes"?^>
echo ^<musicvideo^>
for %%b in ("%%~na") do echo ^    ^<title^>%%~b^</title^>
echo ^    ^<^!-- start test set attributes --^>
for %%b in ("%%~na") do echo ^    ^<path^>%~dp0^</path^>
for %%b in ("%%~na") do echo ^    ^<name^>%%~na^</name^>
for %%b in ("%%~na") do echo ^    ^<filenameandpath^>%%~a^</filenameandpath^>

echo ^    ^<^!-- end test https://kodi.wiki/view/NFO_files/Music_videos --^>
REM test end
echo ^    ^<rating^>^0.000000^</rating^>
echo ^    ^<userrating^>^8^</userrating^>
echo ^    ^<epbookmark^>^0.000000^</epbookmark^>
echo ^    ^<year^>^</year^>
echo ^    ^<track^>^-1^</track^>
echo ^    ^<album^>^</album^>
echo ^    ^<artist^>^</artist^>
echo ^    ^<genre^>^</genre^>
echo ^    ^<outline^>^</outline^>
echo ^    ^<plot^>^</plot^>
echo ^    ^<tagline^>^</tagline^>
echo ^    ^<thumb^>^</thumb^>
echo ^    ^<status^>^</status^>
echo ^    ^<studio^>^</studio^>
echo ^    ^<art^>
echo ^        ^<fanart^>%~dp0^%%~na^-fanart.jpg^</fanart^>
echo ^        ^<poster^>%~dp0^%%~na^-poster.jpg^</poster^>
echo ^        ^<artistthumb^>%~dp0^%%~na^-artistthumb.jpg^</artistthumb^>
echo ^        ^<banner^>%~dp0^%%~na^-banner.jpg^</banner^>
echo ^        ^<clearlogo^>%~dp0^%%~na^-clearlogo.png^</clearlogo^>
echo ^        ^<discart^>%~dp0^%%~na^-discart.png^</discart^>
echo ^        ^<landscape^>%~dp0^%%~na^-landscape.jpg^</landscape^>
echo ^    ^</art^>
echo ^</musicvideo^>
)>"%%~dpna.nfo"
)
ECHO.
ECHO Creatin is done
ECHO Push key to exit
ECHO.
PAUSE > NUL
Skins |  Titan M O D   •   S W A N (WIP)
Reply
#10
(2019-09-25, 11:52)mardukL Wrote:
(2019-09-22, 07:59)zaidrockso Wrote: So i have given up on https://archive.codeplex.com/?p=popatopdad

Works for exactly what i need, but sadly doesn't seem to work for anything that's not English, I'm trying to create nfos for music videos in russian

Or anyway to scrape/ create nfos for music videos, audiodb/imvdb are very poor when it comes to unpopular / non-english songs.

Is there any NFO creator that will do what i want?

I just need it to make nfos for my library, all it needs to do is

>Musicvideo<
>title<

If you are on windows you can use this batch file.
(video for proof)

It'll create nfo recursively. BUT IT'll OVERWRITE EXISTING ONES
i recommend using

folder/file.ext
artistname - title/artistname - title.ext

even if it'll work if all files are in one folder.

I am just unable to split artist and title from path, so artist and title will be the same.

Best Practice will be

1. Do lib Scan
2. Run Batch File
3. Export Library (will force overwrite existing file nfo)
4. rescan library

bat:

@echo off
REM Windows Title
TITLE NFO creator Musicvideos
COLOR B
ECHO -------------------------------------------------------------------------
ECHO  Create NFO for Musicvideos, all existing will be overwritten
ECHO  Push key to Start
ECHO -------------------------------------------------------------------------
ECHO.
PAUSE > NUL

for /r %%a in (*.mkv *.avi *.mp4) do (
(
echo ^<?xml version="1.0" encoding="UTF-8" standalone="yes"?^>
echo ^<musicvideo^>
for %%b in ("%%~na") do echo ^    ^<title^>%%~b^</title^>
echo ^    ^<^!-- start test set attributes --^>
for %%b in ("%%~na") do echo ^    ^<path^>%~dp0^</path^>
for %%b in ("%%~na") do echo ^    ^<name^>%%~na^</name^>
for %%b in ("%%~na") do echo ^    ^<filenameandpath^>%%~a^</filenameandpath^>

echo ^    ^<^!-- end test https://kodi.wiki/view/NFO_files/Music_videos --^>
REM test end
echo ^    ^<rating^>^0.000000^</rating^>
echo ^    ^<userrating^>^8^</userrating^>
echo ^    ^<epbookmark^>^0.000000^</epbookmark^>
echo ^    ^<year^>^</year^>
echo ^    ^<track^>^-1^</track^>
echo ^    ^<album^>^</album^>
echo ^    ^<artist^>^</artist^>
echo ^    ^<genre^>^</genre^>
echo ^    ^<outline^>^</outline^>
echo ^    ^<plot^>^</plot^>
echo ^    ^<tagline^>^</tagline^>
echo ^    ^<thumb^>^</thumb^>
echo ^    ^<status^>^</status^>
echo ^    ^<studio^>^</studio^>
echo ^    ^<art^>
echo ^        ^<fanart^>%~dp0^%%~na^-fanart.jpg^</fanart^>
echo ^        ^<poster^>%~dp0^%%~na^-poster.jpg^</poster^>
echo ^        ^<artistthumb^>%~dp0^%%~na^-artistthumb.jpg^</artistthumb^>
echo ^        ^<banner^>%~dp0^%%~na^-banner.jpg^</banner^>
echo ^        ^<clearlogo^>%~dp0^%%~na^-clearlogo.png^</clearlogo^>
echo ^        ^<discart^>%~dp0^%%~na^-discart.png^</discart^>
echo ^        ^<landscape^>%~dp0^%%~na^-landscape.jpg^</landscape^>
echo ^    ^</art^>
echo ^</musicvideo^>
)>"%%~dpna.nfo"
)
ECHO.
ECHO Creatin is done
ECHO Push key to exit
ECHO.
PAUSE > NUL
 

I think i'm about to appreciate your help so muchh! Will test it and update you, thank you!!!
Reply
#11
(2019-09-25, 11:52)mardukL Wrote:
(2019-09-22, 07:59)zaidrockso Wrote: So i have given up on https://archive.codeplex.com/?p=popatopdad

Works for exactly what i need, but sadly doesn't seem to work for anything that's not English, I'm trying to create nfos for music videos in russian

Or anyway to scrape/ create nfos for music videos, audiodb/imvdb are very poor when it comes to unpopular / non-english songs.

Is there any NFO creator that will do what i want?

I just need it to make nfos for my library, all it needs to do is

>Musicvideo<
>title<

If you are on windows you can use this batch file.
(video for proof)

It'll create nfo recursively. BUT IT'll OVERWRITE EXISTING ONES
i recommend using

folder/file.ext
artistname - title/artistname - title.ext

even if it'll work if all files are in one folder.

I am just unable to split artist and title from path, so artist and title will be the same.

Best Practice will be

1. Do lib Scan
2. Run Batch File
3. Export Library (will force overwrite existing file nfo)
4. rescan library

bat:

@echo off
REM Windows Title
TITLE NFO creator Musicvideos
COLOR B
ECHO -------------------------------------------------------------------------
ECHO  Create NFO for Musicvideos, all existing will be overwritten
ECHO  Push key to Start
ECHO -------------------------------------------------------------------------
ECHO.
PAUSE > NUL

for /r %%a in (*.mkv *.avi *.mp4) do (
(
echo ^<?xml version="1.0" encoding="UTF-8" standalone="yes"?^>
echo ^<musicvideo^>
for %%b in ("%%~na") do echo ^    ^<title^>%%~b^</title^>
echo ^    ^<^!-- start test set attributes --^>
for %%b in ("%%~na") do echo ^    ^<path^>%~dp0^</path^>
for %%b in ("%%~na") do echo ^    ^<name^>%%~na^</name^>
for %%b in ("%%~na") do echo ^    ^<filenameandpath^>%%~a^</filenameandpath^>

echo ^    ^<^!-- end test https://kodi.wiki/view/NFO_files/Music_videos --^>
REM test end
echo ^    ^<rating^>^0.000000^</rating^>
echo ^    ^<userrating^>^8^</userrating^>
echo ^    ^<epbookmark^>^0.000000^</epbookmark^>
echo ^    ^<year^>^</year^>
echo ^    ^<track^>^-1^</track^>
echo ^    ^<album^>^</album^>
echo ^    ^<artist^>^</artist^>
echo ^    ^<genre^>^</genre^>
echo ^    ^<outline^>^</outline^>
echo ^    ^<plot^>^</plot^>
echo ^    ^<tagline^>^</tagline^>
echo ^    ^<thumb^>^</thumb^>
echo ^    ^<status^>^</status^>
echo ^    ^<studio^>^</studio^>
echo ^    ^<art^>
echo ^        ^<fanart^>%~dp0^%%~na^-fanart.jpg^</fanart^>
echo ^        ^<poster^>%~dp0^%%~na^-poster.jpg^</poster^>
echo ^        ^<artistthumb^>%~dp0^%%~na^-artistthumb.jpg^</artistthumb^>
echo ^        ^<banner^>%~dp0^%%~na^-banner.jpg^</banner^>
echo ^        ^<clearlogo^>%~dp0^%%~na^-clearlogo.png^</clearlogo^>
echo ^        ^<discart^>%~dp0^%%~na^-discart.png^</discart^>
echo ^        ^<landscape^>%~dp0^%%~na^-landscape.jpg^</landscape^>
echo ^    ^</art^>
echo ^</musicvideo^>
)>"%%~dpna.nfo"
)
ECHO.
ECHO Creatin is done
ECHO Push key to exit
ECHO.
PAUSE > NUL
 


Not working for me, mind having a look?

https://streamable.com/jbsxv
Reply
#12
(2019-09-25, 23:27)zaidrockso Wrote:
(2019-09-25, 11:52)mardukL Wrote:
(2019-09-22, 07:59)zaidrockso Wrote: So i have given up on https://archive.codeplex.com/?p=popatopdad

Works for exactly what i need, but sadly doesn't seem to work for anything that's not English, I'm trying to create nfos for music videos in russian

Or anyway to scrape/ create nfos for music videos, audiodb/imvdb are very poor when it comes to unpopular / non-english songs.

Is there any NFO creator that will do what i want?

I just need it to make nfos for my library, all it needs to do is

>Musicvideo<
>title<

If you are on windows you can use this batch file.
(video for proof)

It'll create nfo recursively. BUT IT'll OVERWRITE EXISTING ONES
i recommend using

folder/file.ext
artistname - title/artistname - title.ext

even if it'll work if all files are in one folder.

I am just unable to split artist and title from path, so artist and title will be the same.

Best Practice will be

1. Do lib Scan
2. Run Batch File
3. Export Library (will force overwrite existing file nfo)
4. rescan library

bat:

@echo off
REM Windows Title
TITLE NFO creator Musicvideos
COLOR B
ECHO -------------------------------------------------------------------------
ECHO  Create NFO for Musicvideos, all existing will be overwritten
ECHO  Push key to Start
ECHO -------------------------------------------------------------------------
ECHO.
PAUSE > NUL

for /r %%a in (*.mkv *.avi *.mp4) do (
(
echo ^<?xml version="1.0" encoding="UTF-8" standalone="yes"?^>
echo ^<musicvideo^>
for %%b in ("%%~na") do echo ^    ^<title^>%%~b^</title^>
echo ^    ^<^!-- start test set attributes --^>
for %%b in ("%%~na") do echo ^    ^<path^>%~dp0^</path^>
for %%b in ("%%~na") do echo ^    ^<name^>%%~na^</name^>
for %%b in ("%%~na") do echo ^    ^<filenameandpath^>%%~a^</filenameandpath^>

echo ^    ^<^!-- end test https://kodi.wiki/view/NFO_files/Music_videos --^>
REM test end
echo ^    ^<rating^>^0.000000^</rating^>
echo ^    ^<userrating^>^8^</userrating^>
echo ^    ^<epbookmark^>^0.000000^</epbookmark^>
echo ^    ^<year^>^</year^>
echo ^    ^<track^>^-1^</track^>
echo ^    ^<album^>^</album^>
echo ^    ^<artist^>^</artist^>
echo ^    ^<genre^>^</genre^>
echo ^    ^<outline^>^</outline^>
echo ^    ^<plot^>^</plot^>
echo ^    ^<tagline^>^</tagline^>
echo ^    ^<thumb^>^</thumb^>
echo ^    ^<status^>^</status^>
echo ^    ^<studio^>^</studio^>
echo ^    ^<art^>
echo ^        ^<fanart^>%~dp0^%%~na^-fanart.jpg^</fanart^>
echo ^        ^<poster^>%~dp0^%%~na^-poster.jpg^</poster^>
echo ^        ^<artistthumb^>%~dp0^%%~na^-artistthumb.jpg^</artistthumb^>
echo ^        ^<banner^>%~dp0^%%~na^-banner.jpg^</banner^>
echo ^        ^<clearlogo^>%~dp0^%%~na^-clearlogo.png^</clearlogo^>
echo ^        ^<discart^>%~dp0^%%~na^-discart.png^</discart^>
echo ^        ^<landscape^>%~dp0^%%~na^-landscape.jpg^</landscape^>
echo ^    ^</art^>
echo ^</musicvideo^>
)>"%%~dpna.nfo"
)
ECHO.
ECHO Creatin is done
ECHO Push key to exit
ECHO.
PAUSE > NUL
 


Not working for me, mind having a look?

https://streamable.com/jbsxv

i could't see if you press a key.

1. double click .bat
2. press 'enter' key , when 'Push key to Start' is shown

this force run operation

3. wait till finished and message
'Creatin is done' occurs and hit 'enter' again.

Does that work?
Skins |  Titan M O D   •   S W A N (WIP)
Reply
#13
(2019-09-26, 11:08)mardukL Wrote:
(2019-09-25, 23:27)zaidrockso Wrote:
(2019-09-25, 11:52)mardukL Wrote: If you are on windows you can use this batch file.
(video for proof)

It'll create nfo recursively. BUT IT'll OVERWRITE EXISTING ONES
i recommend using

folder/file.ext
artistname - title/artistname - title.ext

even if it'll work if all files are in one folder.

I am just unable to split artist and title from path, so artist and title will be the same.

Best Practice will be

1. Do lib Scan
2. Run Batch File
3. Export Library (will force overwrite existing file nfo)
4. rescan library

bat:

@echo off
REM Windows Title
TITLE NFO creator Musicvideos
COLOR B
ECHO -------------------------------------------------------------------------
ECHO  Create NFO for Musicvideos, all existing will be overwritten
ECHO  Push key to Start
ECHO -------------------------------------------------------------------------
ECHO.
PAUSE > NUL

for /r %%a in (*.mkv *.avi *.mp4) do (
(
echo ^<?xml version="1.0" encoding="UTF-8" standalone="yes"?^>
echo ^<musicvideo^>
for %%b in ("%%~na") do echo ^    ^<title^>%%~b^</title^>
echo ^    ^<^!-- start test set attributes --^>
for %%b in ("%%~na") do echo ^    ^<path^>%~dp0^</path^>
for %%b in ("%%~na") do echo ^    ^<name^>%%~na^</name^>
for %%b in ("%%~na") do echo ^    ^<filenameandpath^>%%~a^</filenameandpath^>

echo ^    ^<^!-- end test https://kodi.wiki/view/NFO_files/Music_videos --^>
REM test end
echo ^    ^<rating^>^0.000000^</rating^>
echo ^    ^<userrating^>^8^</userrating^>
echo ^    ^<epbookmark^>^0.000000^</epbookmark^>
echo ^    ^<year^>^</year^>
echo ^    ^<track^>^-1^</track^>
echo ^    ^<album^>^</album^>
echo ^    ^<artist^>^</artist^>
echo ^    ^<genre^>^</genre^>
echo ^    ^<outline^>^</outline^>
echo ^    ^<plot^>^</plot^>
echo ^    ^<tagline^>^</tagline^>
echo ^    ^<thumb^>^</thumb^>
echo ^    ^<status^>^</status^>
echo ^    ^<studio^>^</studio^>
echo ^    ^<art^>
echo ^        ^<fanart^>%~dp0^%%~na^-fanart.jpg^</fanart^>
echo ^        ^<poster^>%~dp0^%%~na^-poster.jpg^</poster^>
echo ^        ^<artistthumb^>%~dp0^%%~na^-artistthumb.jpg^</artistthumb^>
echo ^        ^<banner^>%~dp0^%%~na^-banner.jpg^</banner^>
echo ^        ^<clearlogo^>%~dp0^%%~na^-clearlogo.png^</clearlogo^>
echo ^        ^<discart^>%~dp0^%%~na^-discart.png^</discart^>
echo ^        ^<landscape^>%~dp0^%%~na^-landscape.jpg^</landscape^>
echo ^    ^</art^>
echo ^</musicvideo^>
)>"%%~dpna.nfo"
)
ECHO.
ECHO Creatin is done
ECHO Push key to exit
ECHO.
PAUSE > NUL


Not working for me, mind having a look?

https://streamable.com/jbsxv 

i could't see if you press a key.

1. double click .bat
2. press 'enter' key , when 'Push key to Start' is shown

this force run operation

3. wait till finished and message
'Creatin is done' occurs and hit 'enter' again.

Does that work? 

That's what i did, just doesn't do anything, did another streamable

and yes i pressed enter when it asks to press a key, when i press enter it shuts down.

https://streamable.com/9ds7a
Reply
#14
(2019-09-26, 11:32)zaidrockso Wrote:
(2019-09-26, 11:08)mardukL Wrote:
(2019-09-25, 23:27)zaidrockso Wrote: Not working for me, mind having a look?

https://streamable.com/jbsxv 

i could't see if you press a key.

1. double click .bat
2. press 'enter' key , when 'Push key to Start' is shown

this force run operation

3. wait till finished and message
'Creatin is done' occurs and hit 'enter' again.

Does that work? 

That's what i did, just doesn't do anything, did another streamable

and yes i pressed enter when it asks to press a key, when i press enter it shuts down.

https://streamable.com/9ds7a

can you run it again on another path/location other than userdata folders like 'desktop'

e.g

create folder on your hdd/ssd

c:/data/musicvideofiles/
Skins |  Titan M O D   •   S W A N (WIP)
Reply
#15
(2019-09-26, 14:09)mardukL Wrote:
(2019-09-26, 11:32)zaidrockso Wrote:
(2019-09-26, 11:08)mardukL Wrote: i could't see if you press a key.

1. double click .bat
2. press 'enter' key , when 'Push key to Start' is shown

this force run operation

3. wait till finished and message
'Creatin is done' occurs and hit 'enter' again.

Does that work? 

That's what i did, just doesn't do anything, did another streamable

and yes i pressed enter when it asks to press a key, when i press enter it shuts down.

https://streamable.com/9ds7a 

can you run it again on another path/location other than userdata folders like 'desktop'

e.g

create folder on your hdd/ssd

c:/data/musicvideofiles/ 

Tried it, no avail, Tried it on hdd on my pc 3 folders in, tried it on usb stick, tried it on another computer, no luck

Really afraid i copied it incorrectly, but i copied it like 5 times, not sure why it's not executing properly for me.
Reply

Logout Mark Read Team Forum Stats Members Help
NFO Creator Music videos0