| Libretro Core Name | MAME Version | Notes |
|---|---|---|
MAME (current) | Latest | Always requires the matching newest ROM set (e.g., 0.260) |
MAME2016 | 0.174 | Good compatibility, supports newer games |
MAME2015 | 0.160 | Slightly older, still good coverage |
MAME2010 | 0.139 | Very stable, moderate compatibility |
MAME2003-Plus | Based on 0.78 + backports | Enhanced compatibility, best for Raspberry Pi / low power |
MAME2003 | 0.78 | Very common, used in many older builds |
MAME2003-Midway | 0.78 + Midway hacks | Specialized for Midway games (MK, NBA Jam) |
MAME2000 | 0.37b5 | Very old, used for very weak hardware only |
Sort du output by folder size
Easiest way to sort subdirectory sizes:
du -h -d 1 |sort -k1 -rhWhere du -h -d 1 is used to show human readable format (-h) and only 1st level of subdirectory (-d 1).
Mount Nextcloud as drive in Windows WebDAV
In order to mount your Nextcloud as drive in Windows, in command prompt use following command to mount it as drive N and replace YOURSERVER, YOURSERVERPORT, YOURUSERNAME and YOURPASSWORD with your values.
net use N: https://YOURSERVER:YOURSERVERPORT/nextcloud/remote.php/dav/files/your-username/ /user:YOURUSERNAME YOURPASSWORDCheck MD5 hash of file in Windows 10 from command line
In order to check MD5 hash on Windows 10/11 you can run the following command in command line prompt (cmd.exe):
CertUtil -hashfile examplefile.exe MD5
After running the command output would look like:
d3c3191cd86a41f27ff97f5350cb5dfd
CertUtil: -hashfile command completed successfully.MusicBrainz Picard Plex naming script
Paste this into Options > Options > File naming > Edit file naming script…
$if2(%albumartistsort%,%artistsort%,%artist%)/
$if($if2(%albumsort%,%album%),[$if2(%originalyear%,%year%)] $if2(%albumsort%,%album%),[] Unreleased)$if($eq_any(%releasetype%,Album,album),, [%releasetype%])/
$if($gt(%totaldiscs%,1),%discnumber%-,)
$if(%tracknumber%,$num(%tracknumber%,2) ,)
$if(%artist%,%artist% - ,)$if2(%titlesort%,%title%)