WIP Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread
I ran into this as well and if you have a bash shell this script will remove some of the empty fields:

Code:
#!/bin/bash
if [[ -z $1 ]]; then
  FILESPEC="*.nfo"
else
  FILESPEC=$1
fi

#echo ${FILESPEC}
sed -i -e 's/<runtime><\/runtime>//' -e 's/<rating><\/rating>//' -e 's/<votes><\/votes>//' -e 's/<top250><\/top250>//' "${FILESPEC}"

I run it through a 'find' command that cleans up all the .nfo files like this:
Code:
find . -mindepth 2 -maxdepth 2 -name \*.nfo -execdir ~/other_remove_empty_fields.sh {} \;


Messages In This Thread
RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - by murkyl - 2017-04-23, 14:19
nfo file status? - by NightMyst - 2017-06-21, 07:24
Audio metadata error - by Doomnie - 2017-11-04, 08:16
EmberMM Import Poster.jpg - by MePoEmberMM - 2018-02-06, 01:27
User rating sync - by fred_gaou - 2018-04-28, 22:25
database is locked - by gorb - 2019-08-19, 11:41
Logout Mark Read Team Forum Stats Members Help
Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread2