INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2] 3   Go Down

Author Topic: MCUtils  (Read 92787 times)

theoctavist

  • World Citizen
  • ***
  • Posts: 228
  • a bad liver and a broken heart.
Re: MCUtils
« Reply #50 on: April 01, 2016, 12:15:44 am »

hey buddy, forgive me if I have asked this, but each time I use the perl command(from within jriver) multiple command windows open instead of just one.  it is annoying! how to fix this?

jmon e you out there?
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14265
  • I won! I won!
Re: MCUtils
« Reply #51 on: April 01, 2016, 03:09:22 am »

Sorry - I've been away with work.  I'll have a look this weekend.  Can you give me an example of what you are doing so I can replicate?
Thanks
Nathan
Logged
JRiver CEO Elect

theoctavist

  • World Citizen
  • ***
  • Posts: 228
  • a bad liver and a broken heart.
Re: MCUtils
« Reply #52 on: April 06, 2016, 09:24:29 pm »

hey buddy, when i highlight/clipboard the tracks and launch a perl shell , instead of one window opening(cmd window), dozens of them open...almost as if a seperate window were opening for each track
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14265
  • I won! I won!
Re: MCUtils
« Reply #53 on: April 09, 2016, 05:04:40 am »

I think I've found the issue.  I had my script suppress multiple windows but it only works while my script is running.  If you had more than a few tracks selected my script was finishing before MC had sent the cmds for each track selected so you would get multiple windows.  I've added a 3 seconds delay in my script that should prevent additional windows opening (unless you have such a long list that 3 seconds is not enough). 

Can you try this version?  In your MCUtils folder replace the MCUtils_Plugin.exe and .ahk with the version attached. 

If it works I'll update the installer to pull down this version.

Thanks
Nathan
Logged
JRiver CEO Elect

theoctavist

  • World Citizen
  • ***
  • Posts: 228
  • a bad liver and a broken heart.
Re: MCUtils
« Reply #54 on: April 12, 2016, 10:24:50 pm »

thank you buddy! one thing I did notice as soon as i called the script is that two command windows opened .

the other thing is i got some plebe error i cant figure out but have to fix before i can test the latest version

Uncaught exception from user code:
        get_selected_files_info: MCWS request failed:
        http://127.0.0.1:52199/MCWS/v1/Files/Current?Action=MPL&Activefile=-1&Zone=-1&ZoneType=ID
        401 Authorization Required
        MCUtils::MCWS::get_selected_files_info(MCUtils::MCWS=HASH(0x3493db4)) called at discogs.pl line 233

that is curious. when i try to open the url above I cannot do so, it behaves as if I keep inputting the wrong user/pw (when I am certain of its accuracy as ive just put it in) the only thing I can think of is that i have adblock running on my router(running shibby tomato firmware) (with pixelserv) , that calls a HOSTS file in the adblock.ini .so maybe I need to whitelist the MCWS pop up? if so what is the URL? I guess it might be being blocked. http://prntscr.com/arljm5
Logged

theoctavist

  • World Citizen
  • ***
  • Posts: 228
  • a bad liver and a broken heart.
Re: MCUtils
« Reply #55 on: April 26, 2016, 11:56:28 pm »

yo @jmone

Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14265
  • I won! I won!
Re: MCUtils
« Reply #56 on: April 28, 2016, 05:44:27 am »

I'll have a look on the weekend.... Real Life has been in the way!
Logged
JRiver CEO Elect

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14265
  • I won! I won!
Re: MCUtils
« Reply #57 on: May 01, 2016, 01:16:16 am »

Ok - Have a look in your "....\MCUtils" folder for "config-custom.txt" and open it up.  You should see three lines for MCWS_server, MCWS_username, and MCWS_password.  Do they all contain the "correct" login details?  If not change them and save the file.  See how you then go.

Thanks
Nathan
Logged
JRiver CEO Elect

astromo

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2239
Re: MCUtils
« Reply #58 on: May 01, 2016, 05:02:04 pm »

Having a look at this and am absorbing the various advice and guidance. Made it to MrC's dropbox account and found 3 separate READMEs in the MCUtils_stable.zip file.

Using some pdf editing software, I've put the 3 files together and added bookmarks to the various headings in the document, so that the reader can now navigate the compiled document by hot link. Plus, a blank page has been taken out and the headings numbered to some kind of numerical order. I've left the base content alone. For example, 3.10 reads:
Quote
3.10 Usage Instructions for the pscriptor.pl script
The pscriptor script will
XXX
which is what you'll find in the original document (apart from the heading number).
Also, the table of contents in section 3 has been renumbered to be consistent with a compiled, single document.

Don't know if this is so old that it's of no current value but if not, refer the attached for reference / info.
Logged
MC31, Win10 x64, HD-Plex H5 Gen2 Case, HD-Plex 400W Hi-Fi DC-ATX / AC-DC PSU, Gigabyte Z370 ULTRA Gaming 2.0 MoBo, Intel Core i7 8700 CPU, 4x8GB GSkill DDR4 RAM, Schiit Modi Multibit DAC, Freya Pre, Nelson Pass Aleph J DIY Clone, Ascension Timberwolf 8893BSRTL Speakers, BJC 5T00UP cables, DVB-T Tuner HDHR5-4DT

theoctavist

  • World Citizen
  • ***
  • Posts: 228
  • a bad liver and a broken heart.
Re: MCUtils
« Reply #59 on: May 03, 2016, 10:33:28 pm »

I'll have a look on the weekend.... Real Life has been in the way!


gah, still happening. and now this error too.   ncaught exception from user code:
        get_selected_files_info: MCWS request failed:
        http://127.0.0.1:52199/MCWS/v1/Files/Current?Action=MPL&Activefile=-1&Zone=-1&ZoneType=ID
        401 Authorization Required
        MCUtils::MCWS::get_selected_files_info(MCUtils::MCWS=HASH(0x339f2ec)) called at discogs.pl line 233
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14265
  • I won! I won!
Re: MCUtils
« Reply #60 on: May 03, 2016, 10:49:40 pm »

Did you see this?
Thanks
Nathan

Ok - Have a look in your "....\MCUtils" folder for "config-custom.txt" and open it up.  You should see three lines for MCWS_server, MCWS_username, and MCWS_password.  Do they all contain the "correct" login details?  If not change them and save the file.  See how you then go.

Thanks
Nathan
Logged
JRiver CEO Elect

theoctavist

  • World Citizen
  • ***
  • Posts: 228
  • a bad liver and a broken heart.
Re: MCUtils
« Reply #61 on: May 13, 2016, 02:39:48 am »

yessir, still having issues. is there a log I can post for you or something?>
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14265
  • I won! I won!
Re: MCUtils
« Reply #62 on: May 13, 2016, 03:29:00 pm »

I'm travling for a few weeks so will not be able to look at much till I'm back
Logged
JRiver CEO Elect

8139david

  • Galactic Citizen
  • ****
  • Posts: 345
Re: MCUtils
« Reply #63 on: June 17, 2016, 03:18:23 pm »

MrC has rewritten his utilities and enriched them!

Thus, the new scriptlet MakeCatalog allows one to create an html catalog like the one attached (see also the pic) :)
I created it with this simple command:
perl pscriptor.pl -S MakeCatalog  --caption "[artist] • [album] • [date] • [album artist]" --size medium -V
( And before that, I had selected 18 composers in a view of my classical music in MC: ~limit=18,1,[Composer] )
Logged

HiFiTubes

  • Citizen of the Universe
  • *****
  • Posts: 1123
Re: MCUtils
« Reply #64 on: June 18, 2016, 02:21:43 pm »

Why doesn't JRiver offer any interesting Track Info plugins that pull data. The ones included with MC21 were around at MC10 and are frankly, incredibly dated. MCUtils seems overly complex for the basic user.

Too bad there PM Flow Track Info went defunct.
Logged

kanagowa

  • Recent member
  • *
  • Posts: 8
Re: MCUtils
« Reply #65 on: June 24, 2016, 02:54:51 pm »

I am really interessted in implementing my metadata tags of my library semi automaticly.
Therfeore I would like to know where and how I can download your script please ?
Best regards,
Logged

8139david

  • Galactic Citizen
  • ****
  • Posts: 345
Re: MCUtils
« Reply #66 on: June 25, 2016, 02:26:32 pm »

MrC is working on a script to get information from TMDB in a very flexible manner.
It works great for movies, but the part for TV series is not yet developed.
As soon as everything is handled fine, an update of the utils will be available.
The attached pic gives an idea of the kind of information that can retrieved.
Logged

8139david

  • Galactic Citizen
  • ****
  • Posts: 345
Re: MCUtils
« Reply #67 on: June 25, 2016, 02:27:55 pm »

See also this pic:
Logged

8139david

  • Galactic Citizen
  • ****
  • Posts: 345
Re: MCUtils
« Reply #68 on: June 25, 2016, 02:32:38 pm »

I am really interessted in implementing my metadata tags of my library semi automaticly.
Therfeore I would like to know where and how I can download your script please ?
Best regards,
Download the instructions that are given in the first post: http://yabb.jriver.com/interact/index.php?topic=100449.msg696433#msg696433
Logged

8139david

  • Galactic Citizen
  • ****
  • Posts: 345
Re: MCUtils
« Reply #69 on: June 26, 2016, 06:57:23 am »

MrC is working on a script to get information from TMDB in a very flexible manner.
It works great for movies, but the part for TV series is not yet developed.
As soon as everything is handled fine, an update of the utils will be available.
The attached pics give an idea of the kind of information that can retrieved.

The script is called tmdb.pl.

Here are the fields that can queried, independently or together, provided the IMDb ID or the TMDB ID is already stored in MC:
# TMDB Fields ----------------  MC Fields
TMDB::   Field: actors          = Actors   (or ActorAsCharacter, depending on the choice)   # list, MC stock field
TMDB::   Field: alttitles        = Alternate Titles      # list
TMDB::   Field: budget         = Budget                # string, MC stock field
TMDB::   Field: credits         = Credits                # list, MC stock field
TMDB::   Field: countries      = Country         # list, MC stock field
TMDB::   Field: daterel         = Date (release)      # date, MC stock field
TMDB::   Field: director        = Director         # list, MC stock field
TMDB::   Field: genre           = Genre            # list, MC stock field
TMDB::   Field: imdbid          = IMDb ID         # string, MC stock field
TMDB::   Field: name           = Name            # string, MC stock field
TMDB::   Field: origlang        = Original Language   # string
TMDB::   Field: origtitle        = Original Title      # string, MC stock field
TMDB::   Field: overview      = Description         # large, MC stock field
TMDB::   Field: popularity    = Popularity         # string, MC stock field
TMDB::   Field: revenue       = Gross Revenue      # string, MC stock field
TMDB::   Field: rid               = TMDB ID                     # string
TMDB::   Field: runtime       = Runtime         # string
TMDB::   Field: spokenlang  = Spoken Languages      # list
TMDB::   Field: tagline         = Tag Line         # string, MC stock field
TMDB::   Field: tmdburl       = TMDB URL                     # string

Covers can be retrieved as well.

TMDB can be queried in any language.
This allows one to get covers and descriptions in any specific language (when they are present in the database).
Logged

8139david

  • Galactic Citizen
  • ****
  • Posts: 345
Re: MCUtils
« Reply #70 on: June 26, 2016, 04:26:58 pm »

Moreover, an additional script (RunCommand.pm) allows one to run the tmdb.pl script with Original Language as parameter.
Automatically, then, all films selected in the view in MC get the chosen TMDB/MC fields updated in their original language.
This is very nice for covers and descriptions!
Logged

8139david

  • Galactic Citizen
  • ****
  • Posts: 345
Re: MCUtils
« Reply #71 on: July 06, 2016, 04:33:25 pm »

A new version of MCUtils just came out, version 1.04.
It works both for movies and for series  :)
Logged

8139david

  • Galactic Citizen
  • ****
  • Posts: 345
Re: MCUtils
« Reply #72 on: July 06, 2016, 10:40:15 pm »

Here are the TMDB fields that can now be queried:
TMDB::   Field: actors          = Actors   (or ActorAsCharacter)    # list, MC stock field
TMDB::   Field: airdate         = Air Date         # string
TMDB::   Field: alttitles       = Alternate Titles      # list
TMDB::   Field: budget          = Budget         # string, MC stock field
TMDB::   Field: countries       = Country         # list, MC stock field
TMDB::   Field: createdby       = Creator         # list
TMDB::   Field: credits         = Credits         # list, MC stock field
TMDB::   Field: daterel         = Date (release)      # date, MC stock field
TMDB::   Field: director        = Director         # list, MC stock field
TMDB::   Field: firstaired      = First Aired         # date
TMDB::   Field: genre           = Genre            # list, MC stock field
TMDB::   Field: gueststars      = Guest Stars         # list
TMDB::   Field: imagefile       = Image File                     # string, MC stock field
TMDB::   Field: imdbid          = IMDb ID         # string, MC stock field
TMDB::   Field: inproduction    = In Production         # integer
TMDB::   Field: keywords        = Keywords         # list, MC stock field
TMDB::   Field: languages       = Language         # list, MC stock field
TMDB::   Field: lastaired       = Last Aired         # date
TMDB::   Field: name            = Name            # string, MC stock field
TMDB::   Field: nepisodes       = nEpisodes         # integer
TMDB::   Field: nseasons        = nSeasons         # integer
TMDB::   Field: networks        = Networks         # list
TMDB::   Field: origincountry   = Origin Country      # string
TMDB::   Field: origlang        = Original Language      # string
TMDB::   Field: origname        = Original Name         # string
TMDB::   Field: origtitle       = Original Title      # string, MC stock field
TMDB::   Field: overview        = Description         # large, MC stock field
TMDB::   Field: popularity      = Popularity         # string, MC stock field
TMDB::   Field: prodcompanies   = Production Companies      # list
TMDB::   Field: revenue         = Gross Revenue         # string, MC stock field
TMDB::   Field: rid             = TMDB ID                     # string
TMDB::   Field: runtime         = Runtime         # string
TMDB::   Field: season_airdate  = Season Air Date      # date
TMDB::   Field: season_name     = Season Name         # string
TMDB::   Field: season_descrip  = Season Description      # large
TMDB::   Field: seasons         = Seasons          # list
TMDB::   Field: series          = Series          # string, MC stock field
TMDB::   Field: series_credits  = Series Credits       # list
TMDB::   Field: series_descrip  = Series Description       # large, MC stock field
TMDB::   Field: series_type     = Series Type         # string
TMDB::   Field: spokenlangs     = Spoken Languages      # list
TMDB::   Field: status          = Status         # string
TMDB::   Field: tagline         = Tag Line         # string, MC stock field
TMDB::   Field: tmdburl         = TMDB URL                     # string
Logged

kanagowa

  • Recent member
  • *
  • Posts: 8
Re: MCUtils
« Reply #73 on: July 12, 2016, 09:52:29 am »

Waouw, cool stuff.
Thanks for your help.
But, my main purpose is to organize my music tag.
Discogs would be a great source to track metadata and tags for music
IMDB/TMDB is a great source for video. I'm not too much in video right nw, I just go to my independant video club and watch DVD/BR on his recommendation :)

I heard that Discogs could be reatched via Foobar. Maybe a half-way solution :
Tag via Foobar, then paly through JIVER, but a bit painfull as process.

Any idea to solve my problem ?
Logged

8139david

  • Galactic Citizen
  • ****
  • Posts: 345
Re: MCUtils
« Reply #74 on: July 12, 2016, 12:05:02 pm »

You can use MCUtils to access Discogs
Logged

mjf14

  • Member
  • *
  • Posts: 1
Re: MCUtils
« Reply #75 on: February 10, 2017, 03:05:48 pm »

Hello all,

I was just wondering if others are using this still? I am not able to get the tags written with the discogs data. The debug and verbose output all looks fine but the tags just do not change. I am not running any excludes, etc. Is there anything else I can troubleshoot?

Thanks!
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1964
Re: MCUtils
« Reply #76 on: February 14, 2017, 10:52:58 am »

I'm using these always when importing new albums. Just tried Discogs script and it still works
Logged

pjchappy

  • Recent member
  • *
  • Posts: 17
Re: MCUtils
« Reply #77 on: February 14, 2017, 05:45:07 pm »

I can't get the Win32::Clipboard to install.  Thoughts?

C:\Users\****\Desktop\Strawberry>cpan install Date::Calc
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 14 Feb 2017 20:31:45 GMT

CPAN: Module::CoreList loaded ok (v5.20170114_24)
Date::Calc is up to date (6.4).

C:\Users\****\Desktop\Strawberry>cpan install Win32::Clipboard
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 14 Feb 2017 20:31:45 GMT

Running install for module 'Win32::Clipboard'
CPAN: Digest::SHA loaded ok (v5.96)
CPAN: Compress::Zlib loaded ok (v2.07)
Checksum for C:\Users\****\Desktop\Strawberry\cpan\sources\authors\id\J\JD\JDB\Win32-Clipboard-0.58.tar.gz ok
CPAN: Archive::Tar loaded ok (v2.24)
CPAN: YAML::XS loaded ok (v0.63)
CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
CPAN: CPAN::Meta loaded ok (v2.150010)
Configuring J/JD/JDB/Win32-Clipboard-0.58.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Win32::Clipboard
Writing MYMETA.yml and MYMETA.json
  JDB/Win32-Clipboard-0.58.tar.gz
  C:\Users\****\Desktop\Strawberry\perl\bin\perl.exe Makefile.PL -- OK
Running make for J/JD/JDB/Win32-Clipboard-0.58.tar.gz
CPAN: Module::CoreList loaded ok (v5.20170114_24)
cp Clipboard.pm blib\lib\Win32\Clipboard.pm
Running Mkbootstrap for Clipboard ()
"C:\Users\****\Desktop\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "Clipboard.bs"
"C:\Users\****\Desktop\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Clipboard.bs blib\arch\auto\Win32\Clipboard\Clipboard.bs 644
"C:\Users\****\Desktop\Strawberry\perl\bin\perl.exe" -IC:\Users\****\Desktop\Strawberry\perl\lib -IC:\Users\****\Desktop\Strawberry\perl\lib "C:\Users\****\Desktop\Strawberry\perl\lib\ExtUtils\xsubpp"  -typemap C:\Users\****\Desktop\Strawberry\perl\lib\ExtUtils\typemap Clipboard.xs >xstmp.c && "C:\Users\****\Desktop\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- xstmp.c Clipboard.cpp
gcc -c          -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2      -DVERSION=\"0.58\"    -DXS_VERSION=\"0.58\"  "-IC:\Users\****\Desktop\Strawberry\perl\lib\CORE"   Clipboard.cpp
"C:\Users\****\Desktop\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \
     -e "Mksymlists('NAME'=>\"Win32::Clipboard\", 'DLBASE' => 'Clipboard', 'DL_FUNCS' => {  }, 'FUNCLIST' => [], 'IMPORTS' => {  }, 'DL_VARS' => []);"
g++.exe Clipboard.def -o blib\arch\auto\Win32\Clipboard\Clipboard.xs.dll -mdll -s -L"C:\Users\****\Desktop\Strawberry\perl\lib\CORE" -L"C:\Users\****\Desktop\Strawberry\c\lib" Clipboard.o   "C:\Users\****\Desktop\Strawberry\perl\lib\CORE\libperl524.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base
"C:\Users\****\Desktop\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\Win32\Clipboard\Clipboard.xs.dll
  JDB/Win32-Clipboard-0.58.tar.gz
  C:\Users\****\Desktop\Strawberry\c\bin\dmake.exe -- OK
Running make test
"C:\Users\****\Desktop\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Clipboard.bs blib\arch\auto\Win32\Clipboard\Clipboard.bs 644
"C:\Users\****\Desktop\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/test.t .. Failed 1/9 subtests

Test Summary Report
-------------------
t/test.t (Wstat: 0 Tests: 9 Failed: 1)
  Failed test:  7
Files=1, Tests=9,  0 wallclock secs ( 0.05 usr +  0.02 sys =  0.06 CPU)
Result: FAIL
Failed 1/1 test programs. 1/9 subtests failed.
dmake.exe:  Error code 255, while making 'test_dynamic'
  JDB/Win32-Clipboard-0.58.tar.gz
  C:\Users\****\Desktop\Strawberry\c\bin\dmake.exe test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports JDB/Win32-Clipboard-0.58.tar.gz
Stopping: 'install' failed for 'Win32::Clipboard'.

C:\Users\****\Desktop\Strawberry>
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1964
Re: MCUtils
« Reply #78 on: February 15, 2017, 11:45:12 am »

Did you install portable version of strawberry?
Logged

timwtheov

  • Galactic Citizen
  • ****
  • Posts: 354
Re: MCUtils
« Reply #79 on: March 15, 2017, 12:26:07 am »

I'm having the exact same problem as pjchappy: can't seem to get the Win32::Clipboard to install. And: I did install the portable version of Strawberry Perl (I actually did it twice, just to be sure). Here are the messages:


C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable>cd %USERPROFILE%\Desktop\MCUtils

C:\Users\Tim McCoy\Desktop\MCUtils>install_win.bat
Installing required perl modules...
----Installing perl module Win32::Unicode::File
Database was generated on Wed, 15 Mar 2017 05:06:17 GMT

Running install for module 'Win32::Unicode::File'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\X\XA\XAICRON\Win32-Unicode-0.38.tar.gz ok
Configuring X/XA/XAICRON/Win32-Unicode-0.38.tar.gz with Makefile.PL
Writing ppport.h
Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Output 1.01 not found.
Generating a dmake-style Makefile
Writing Makefile for Win32::Unicode
Writing MYMETA.yml and MYMETA.json
  XAICRON/Win32-Unicode-0.38.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for X/XA/XAICRON/Win32-Unicode-0.38.tar.gz
---- Unsatisfied dependencies detected during ----
----     XAICRON/Win32-Unicode-0.38.tar.gz    ----
    Test::Output [build_requires]
Running install for module 'Test::Output'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\B\BD\BDFOY\Test-Output-1.03.tar.gz ok
Configuring B/BD/BDFOY/Test-Output-1.03.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Test::Output
Writing MYMETA.yml and MYMETA.json
  BDFOY/Test-Output-1.03.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
dmake.exe:  Error: -- Configuration file `C:\Users\ McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\startup\startup.mk' not found
  BDFOY/Test-Output-1.03.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\dmake.exe" -- NOT OK
Stopping: 'install' failed for 'Test::Output'.
----Done install perl module Win32::Unicode::File

----Installing perl module Win32::Unicode::Dir
Database was generated on Wed, 15 Mar 2017 05:06:17 GMT

Running install for module 'Win32::Unicode::Dir'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\X\XA\XAICRON\Win32-Unicode-0.38.tar.gz ok
Configuring X/XA/XAICRON/Win32-Unicode-0.38.tar.gz with Makefile.PL
Writing ppport.h
Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Output 1.01 not found.
Generating a dmake-style Makefile
Writing Makefile for Win32::Unicode
Writing MYMETA.yml and MYMETA.json
  XAICRON/Win32-Unicode-0.38.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for X/XA/XAICRON/Win32-Unicode-0.38.tar.gz
---- Unsatisfied dependencies detected during ----
----     XAICRON/Win32-Unicode-0.38.tar.gz    ----
    Test::Output [build_requires]
Running install for module 'Test::Output'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\B\BD\BDFOY\Test-Output-1.03.tar.gz ok
Configuring B/BD/BDFOY/Test-Output-1.03.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Test::Output
Writing MYMETA.yml and MYMETA.json
  BDFOY/Test-Output-1.03.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
dmake.exe:  Error: -- Configuration file `C:\Users\ McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\startup\startup.mk' not found
  BDFOY/Test-Output-1.03.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\dmake.exe" -- NOT OK
Stopping: 'install' failed for 'Test::Output'.
----Done install perl module Win32::Unicode::Dir

----Installing perl module Win32::Clipboard
Database was generated on Wed, 15 Mar 2017 05:06:17 GMT

Running install for module 'Win32::Clipboard'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\J\JD\JDB\Win32-Clipboard-0.58.tar.gz ok
Configuring J/JD/JDB/Win32-Clipboard-0.58.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Win32::Clipboard
Writing MYMETA.yml and MYMETA.json
  JDB/Win32-Clipboard-0.58.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for J/JD/JDB/Win32-Clipboard-0.58.tar.gz
dmake.exe:  Error: -- Configuration file `C:\Users\ McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\startup\startup.mk' not found
  JDB/Win32-Clipboard-0.58.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\dmake.exe" -- NOT OK
Stopping: 'install' failed for 'Win32::Clipboard'.
----Done install perl module Win32::Clipboard

----Installing perl module Roman
Database was generated on Wed, 15 Mar 2017 05:06:17 GMT

Running install for module 'Roman'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\C\CH\CHORNY\Roman-1.24.tar.gz ok
Configuring C/CH/CHORNY/Roman-1.24.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Roman
Writing MYMETA.yml and MYMETA.json
  CHORNY/Roman-1.24.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for C/CH/CHORNY/Roman-1.24.tar.gz
dmake.exe:  Error: -- Configuration file `C:\Users\ McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\startup\startup.mk' not found
  CHORNY/Roman-1.24.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\dmake.exe" -- NOT OK
Stopping: 'install' failed for 'Roman'.
----Done install perl module Roman

----Installing perl module Bit::Vector
Database was generated on Wed, 15 Mar 2017 05:06:17 GMT

Running install for module 'Bit::Vector'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\S\ST\STBEY\Bit-Vector-7.4.tar.gz ok
Configuring S/ST/STBEY/Bit-Vector-7.4.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Bit::Vector
Writing MYMETA.yml and MYMETA.json
Writing patchlevel.h for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe (5.024001)
  STBEY/Bit-Vector-7.4.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for S/ST/STBEY/Bit-Vector-7.4.tar.gz
dmake.exe:  Error: -- Configuration file `C:\Users\ McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\startup\startup.mk' not found
  STBEY/Bit-Vector-7.4.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\dmake.exe" -- NOT OK
Stopping: 'install' failed for 'Bit::Vector'.
----Done install perl module Bit::Vector

----Installing perl module Date::Calc
Database was generated on Wed, 15 Mar 2017 05:06:17 GMT

Running install for module 'Date::Calc'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\S\ST\STBEY\Date-Calc-6.4.tar.gz ok
Configuring S/ST/STBEY/Date-Calc-6.4.tar.gz with Makefile.PL

*************************************************************
****** BEWARE: Use "make install UNINST=1" to install! ******
*************************************************************

Checking if your kit is complete...
Looks good
Warning: prerequisite Bit::Vector 7.4 not found.
Generating a dmake-style Makefile
Writing Makefile for Date::Calc
Writing MYMETA.yml and MYMETA.json
  STBEY/Date-Calc-6.4.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for S/ST/STBEY/Date-Calc-6.4.tar.gz
---- Unsatisfied dependencies detected during ----
----        STBEY/Date-Calc-6.4.tar.gz        ----
    Bit::Vector [requires]
    Date::Calc::XS [requires,optional]
Running install for module 'Bit::Vector'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\S\ST\STBEY\Bit-Vector-7.4.tar.gz ok
Configuring S/ST/STBEY/Bit-Vector-7.4.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Bit::Vector
Writing MYMETA.yml and MYMETA.json
Writing patchlevel.h for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe (5.024001)
  STBEY/Bit-Vector-7.4.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for S/ST/STBEY/Bit-Vector-7.4.tar.gz
dmake.exe:  Error: -- Configuration file `C:\Users\ McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\startup\startup.mk' not found
  STBEY/Bit-Vector-7.4.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\dmake.exe" -- NOT OK
Stopping: 'install' failed for 'Bit::Vector'.
----Done install perl module Date::Calc

Done installing modules.
Logged

timwtheov

  • Galactic Citizen
  • ****
  • Posts: 354
Re: MCUtils
« Reply #80 on: March 15, 2017, 10:50:36 am »

OK, so just tried reinstalling everything in case I was doing something wrong before: MCUtils (tried all the versions in Dropbox: MCUtils_1_03.zip, the version marked "stable," 1.04), Perl (64 bit portable), redid the Custom-Config file, followed all the directions to the letter, and now I can't even get the "install_Win.bat" file to work properly, as I get a "Stopping: 'install' failed for 'Bit::Vector'" (see below).

Help!

----------------------------------------------
 Welcome to Strawberry Perl Portable Edition!
 * URL - http://www.strawberryperl.com/
 * see README.TXT for more info
----------------------------------------------
Perl executable: C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe
Perl version   : 5.24.1 / MSWin32-x64-multi-thread

C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable>cd %USERPROFILE%\Desktop\MCUtils

C:\Users\Tim McCoy\Desktop\MCUtils>install_win.bat
"installing required perl modules..."
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Wed, 15 Mar 2017 15:19:00 GMT

Running install for module 'Win32::Clipboard'
CPAN: Digest::SHA loaded ok (v5.96)
CPAN: Compress::Zlib loaded ok (v2.07)
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\J\JD\JDB\Win32-Clipboard-0.58.tar.gz ok
CPAN: Archive::Tar loaded ok (v2.24)
CPAN: YAML::XS loaded ok (v0.63)
CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
CPAN: CPAN::Meta loaded ok (v2.150010)
Configuring J/JD/JDB/Win32-Clipboard-0.58.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Win32::Clipboard
Writing MYMETA.yml and MYMETA.json
  JDB/Win32-Clipboard-0.58.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for J/JD/JDB/Win32-Clipboard-0.58.tar.gz
CPAN: Module::CoreList loaded ok (v5.20170114_24)
dmake.exe:  Error: -- Configuration file `C:\Users\ McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\startup\startup.mk' not found
  JDB/Win32-Clipboard-0.58.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\dmake.exe" -- NOT OK
Stopping: 'install' failed for 'Win32::Clipboard'.
Running install for module 'Roman'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\C\CH\CHORNY\Roman-1.24.tar.gz ok
Configuring C/CH/CHORNY/Roman-1.24.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Roman
Writing MYMETA.yml and MYMETA.json
  CHORNY/Roman-1.24.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for C/CH/CHORNY/Roman-1.24.tar.gz
dmake.exe:  Error: -- Configuration file `C:\Users\ McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\startup\startup.mk' not found
  CHORNY/Roman-1.24.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\dmake.exe" -- NOT OK
Stopping: 'install' failed for 'Roman'.
Running install for module 'Date::Calc'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\S\ST\STBEY\Date-Calc-6.4.tar.gz ok
Configuring S/ST/STBEY/Date-Calc-6.4.tar.gz with Makefile.PL

*************************************************************
****** BEWARE: Use "make install UNINST=1" to install! ******
*************************************************************

Checking if your kit is complete...
Looks good
Warning: prerequisite Bit::Vector 7.4 not found.
Generating a dmake-style Makefile
Writing Makefile for Date::Calc
Writing MYMETA.yml and MYMETA.json
  STBEY/Date-Calc-6.4.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for S/ST/STBEY/Date-Calc-6.4.tar.gz
---- Unsatisfied dependencies detected during ----
----        STBEY/Date-Calc-6.4.tar.gz        ----
    Bit::Vector [requires]
    Date::Calc::XS [requires,optional]
Running install for module 'Bit::Vector'
Checksum for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\cpan\sources\authors\id\S\ST\STBEY\Bit-Vector-7.4.tar.gz ok
Configuring S/ST/STBEY/Bit-Vector-7.4.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Bit::Vector
Writing MYMETA.yml and MYMETA.json
Writing patchlevel.h for C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe (5.024001)
  STBEY/Bit-Vector-7.4.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\perl\bin\perl.exe" Makefile.PL -- OK
Running make for S/ST/STBEY/Bit-Vector-7.4.tar.gz
dmake.exe:  Error: -- Configuration file `C:\Users\ McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\startup\startup.mk' not found
  STBEY/Bit-Vector-7.4.tar.gz
  "C:\Users\Tim McCoy\Desktop\strawberry-perl-5.24.1.1-64bit-portable\c\bin\dmake.exe" -- NOT OK
Stopping: 'install' failed for 'Bit::Vector'.

C:\Users\Tim McCoy\Desktop\MCUtils>
Logged

timwtheov

  • Galactic Citizen
  • ****
  • Posts: 354
Re: MCUtils
« Reply #81 on: March 16, 2017, 10:16:11 am »

Figured out the issue I was having: it has to do with unzipping my Perl folder onto my desktop and then having the folder path quoted. Normally this isn't a problem, but since my desktop's name has a space in it (i.e., Users>Tim McCoy>Desktop), the folder had to be put into my C drive, where it was renamed "myperl." Apparently, Perl Makefiles choke on Windows systems when its destination path contains white space or other shell meta-characters. FYI.
Logged

stevem87

  • Junior Woodchuck
  • **
  • Posts: 98
Re: MCUtils
« Reply #82 on: October 14, 2017, 10:42:54 am »

Not sure if anyone is still using this or not, but the Composer field is no longer populating from amg. Any ideas?
Logged

Absinthe

  • Guest
Re: MCUtils
« Reply #83 on: August 25, 2019, 09:23:56 pm »

Ive delved through the instructions and commentary regarding MCUtils and have muddled through iterations of mistakes and misunderstandings on my part but in the end have finally succeeded in updating most of my audio tags with data with the exception of the AMG and Discogs album ratings.  With the other special fields used by the two sites, I was able to figure the fields that had to be added to the library by parsing the script files (awg.pl / discogs.pl) but this has not helped me with the ratings.  Anyone who can shed some light on what / how to include this data in my tags would be most appreciated as I want to update my theater view accordingly and like having this info in the audio template!
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: MCUtils
« Reply #84 on: August 26, 2019, 11:02:56 am »

If I am understanding you correctly, I think I can help. 

You can see all the fields being used in the config files for the respective script.  As an example, for AMG and Discogs look in the \MCUtils\data\config\ folder and find amg+discogs.txt

You'll see two lines

AMG::       Field: rating         = AMG Rating         # integer, raw AMG rating
Discogs::   Field: rating         = Discogs Rating      # float, raw Discogs rating

This tells you that you need to add two fields "AMG Rating" and "Discogs Rating"
Logged

Absinthe

  • Guest
Re: MCUtils
« Reply #85 on: August 26, 2019, 02:36:41 pm »

If I am understanding you correctly, I think I can help. 

You can see all the fields being used in the config files for the respective script.  As an example, for AMG and Discogs look in the \MCUtils\data\config\ folder and find amg+discogs.txt

You'll see two lines

AMG::       Field: rating         = AMG Rating         # integer, raw AMG rating
Discogs::   Field: rating         = Discogs Rating      # float, raw Discogs rating

This tells you that you need to add two fields "AMG Rating" and "Discogs Rating"

Huh, then there must be something else amiss as these are the two new library fields I added and neither one populates.  I tried the script with a debug dump to file and its attached below.  It clearly shows an AMG Rating for the particular title to be 8 but this field never shows up in the MC field AMG Rating ? ? ?


Logged

Absinthe

  • Guest
Re: MCUtils
« Reply #86 on: August 26, 2019, 02:45:55 pm »

Huh, then there must be something else amiss as these are the two new library fields I added and neither one populates.  I tried the script with a debug dump to file and its attached below.  It clearly shows an AMG Rating for the particular title to be 8 but this field never shows up in the MC field AMG Rating ? ? ?

scratch that!  After some more scratching and playing around, I changed the field to lower case (i.e. "amg rating") and viola, it appears from the mist.  Thanks Moe, your numerous posts, comments and corrections have helped immensely in my endeavors  ;D
Logged

Absinthe

  • Guest
Re: MCUtils
« Reply #87 on: August 26, 2019, 03:05:18 pm »

scratch that!  After some more scratching and playing around, I changed the field to lower case (i.e. "amg rating") and viola, it appears from the mist.  Thanks Moe, your numerous posts, comments and corrections have helped immensely in my endeavors  ;D

Well, almost gold, discogs is still not populating but given that when I submitted the tracks for updating via the discogs.pl script, it came back "skipping file with empty Discogs Release ID:"  I finally had to use the --rid option and this time it populated four tracks with titles and albums from another artist.  Checking the actual web page, these song titles were not listed so methinks Discogs is having some issues.  Anyone else having problems with discogs.pl or Discogs in general?
Logged

Absinthe

  • Guest
Re: MCUtils
« Reply #88 on: August 26, 2019, 06:51:20 pm »

Well, almost gold, discogs is still not populating but given that when I submitted the tracks for updating via the discogs.pl script, it came back "skipping file with empty Discogs Release ID:"  I finally had to use the --rid option and this time it populated four tracks with titles and albums from another artist.  Checking the actual web page, these song titles were not listed so methinks Discogs is having some issues.  Anyone else having problems with discogs.pl or Discogs in general?

Ok, this issue has been fixed.  It turns out that the amg+discogs.txt (configuration file) excluded the Discogs ratings.  A simple edit to the text file and all is well.  Since I also typically pull the Artist bio I included this option in the AMG call.  Thanks again Moe for pointing my nose at the right file!
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: MCUtils
« Reply #89 on: August 26, 2019, 09:26:27 pm »

Glad to hear you got it all working!
Logged

Absinthe

  • Guest
Re: MCUtils
« Reply #90 on: August 29, 2019, 12:58:04 am »

OK, last question for the evening.  I can get the discogs.pl script to pull the artist name but not the artistid.  This is needed to pull the discogs artist bio.  Is the artistid field supported and if so, what magic words are needed to get it to populate MC?
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: MCUtils
« Reply #91 on: August 29, 2019, 01:05:54 pm »

Absinthe, I sent you a PM.
Logged

Mans

  • Galactic Citizen
  • ****
  • Posts: 417
Re: MCUtils
« Reply #92 on: April 04, 2020, 10:26:10 am »

Great day to all of you,

In search of scraping Amg and Discogs data as p.e. review and descriptions on albums.
My goal is to update my Album template and showing this data when selecting the album, as within this very popular other post on the forum :-)

I'm trying to setup MCUtils, but after multiple attempts I'm always stuck at this message,
I did also as suggested within this MCUtils post, to manually install the components which was successful
As also i made a shortcut to make sure the MCUtils directory is opened when launching the portableshell batfile.

Anyone has an idea or clue what to correct, replace or change in order to get the scripts running ?
Thanks in advance for your help:

C:\MCUtils>explorer .

C:\MCUtils>C:\MCUtils\Myperl\portableshell
----------------------------------------------
 Welcome to Strawberry Perl Portable Edition!
 * URL - http://www.strawberryperl.com/
 * see README.TXT for more info
----------------------------------------------
Perl executable: C:\MCUtils\Myperl\perl\bin\perl.exe
Perl version   : 5.30.2 / MSWin32-x64-multi-thread

C:\MCUtils>perl amg.pl -i composer,styles,featuring
Can't locate Win32/Unicode/File.pm in @INC (you may need to install the Win32::Unicode::File module) (@INC contains: C:/MCUtils/. C:/MCUtils/lib C:/MCUtils/Myperl/perl/site/lib C:/MCUtils/Myperl/perl/vendor/lib C:/MCUtils/Myperl/perl/lib) at C:/MCUtils/Myperl/perl/lib/if.pm line 15.
BEGIN failed--compilation aborted at C:/MCUtils/./Utils/File.pm line 19.
Compilation failed in require at C:/MCUtils/./Utils/Options.pm line 19.
BEGIN failed--compilation aborted at C:/MCUtils/./Utils/Options.pm line 19.
Compilation failed in require at amg.pl line 22.
BEGIN failed--compilation aborted at amg.pl line 22 (#1)
    (F) You said to do (or require, or use) a file that couldn't be found.
    Perl looks for the file in all the locations mentioned in @INC, unless
    the file name included the full path to the file.  Perhaps you need
    to set the PERL5LIB or PERL5OPT environment variable to say where the
    extra library is, or maybe the script needs to add the library name
    to @INC.  Or maybe you just misspelled the name of the file.  See
    "require" in perlfunc and lib.

Uncaught exception from user code:
        Can't locate Win32/Unicode/File.pm in @INC (you may need to install the Win32::Unicode::File module) (@INC contains: C:/MCUtils/. C:/MCUtils/lib C:/MCUtils/Myperl/perl/site/lib C:/MCUtils/Myperl/perl/vendor/lib C:/MCUtils/Myperl/perl/lib) at C:/MCUtils/Myperl/perl/lib/if.pm line 15.
        BEGIN failed--compilation aborted at C:/MCUtils/./Utils/File.pm line 19.
        Compilation failed in require at C:/MCUtils/./Utils/Options.pm line 19.
        BEGIN failed--compilation aborted at C:/MCUtils/./Utils/Options.pm line 19.
        Compilation failed in require at amg.pl line 22.
        BEGIN failed--compilation aborted at amg.pl line 22.
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1964
Re: MCUtils
« Reply #93 on: April 04, 2020, 02:13:20 pm »

Did you run install_win.bat which will try to download plugins like file.pm?
Logged

Mans

  • Galactic Citizen
  • ****
  • Posts: 417
Re: MCUtils
« Reply #94 on: April 04, 2020, 03:51:57 pm »

Thanks Iepa,

MrC give me the exact same feedback :-)

Yes i did but MrC also suggested to install a previous and a msi version of Perl and voila this did the trick :-)

Thanks to both of you for your kind reaction.

Now i can continue my 'mission' in order to get these missing data scraped.

Take care !
Logged

Raistlan

  • Recent member
  • *
  • Posts: 7
Re: MCUtils
« Reply #95 on: May 02, 2020, 02:14:10 am »

I have just downloaded The latest MCUtils (2020-03-29-1354) and I have set up a config file at %USERPROFILE%\.mcutils\config.txt with my username and password for MCWS, but it's still complaining about authentication

EDIT: turns out that I had a several year old MCUtils folder that I unzipped the latest over that caused all sorts of problems. Don't mind me... :o
Logged

Marra

  • Regular Member
  • World Citizen
  • ***
  • Posts: 160
Re: MCUtils
« Reply #96 on: June 08, 2021, 05:08:52 am »

Thanks Jmone for MCUtils.  I am successfully tagging using amg.pl.  Is it possible to get the small spiel (about 20-30 words) that appears for editor's choices or new release albums in AMG ? Thanks.
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14265
  • I won! I won!
Re: MCUtils
« Reply #97 on: June 08, 2021, 07:17:49 pm »

Hi Marra,  I'm not the Author of MCUtils.  You can find his contact details in the Drop Box folder linked in the OP Instructions for any requsts.  FYI - The latest version is "MCUtils_2021-05-18-1348.zip"
Logged
JRiver CEO Elect

MrBiff

  • World Citizen
  • ***
  • Posts: 143
Re: MCUtils
« Reply #98 on: June 30, 2021, 04:25:49 am »

Thanks Jmone for MCUtils.  I am successfully tagging using amg.pl.  Is it possible to get the small spiel (about 20-30 words) that appears for editor's choices or new release albums in AMG ? Thanks.

Hey Marra!  Are you still out there?  I was wondering if you still wanted help getting the bio blurbs?
Logged

Marra

  • Regular Member
  • World Citizen
  • ***
  • Posts: 160
Re: MCUtils
« Reply #99 on: July 01, 2021, 04:38:42 pm »

Yes I'm still interested in getting bio blurbs but I am having trouble getting MCUtils running on new computer.  I surprised myself by getting it functional  the first time.  Do you think I can do it again?  Struggling ggrrrr!  How do you copy error messages from command line?  Away for a few days and will follow up shortly.  Thanks for your support.
Logged
Pages: 1 [2] 3   Go Up