julmud / phpDVDProfiler

Adoption of the defunct phpDVDProfiler
MIT License
1 stars 4 forks source link

Profiles ignored during import are considered as added #35

Closed julmud closed 1 year ago

julmud commented 1 year ago

If a profile is ignored during import (for example due to an empty ID), it's still considered as having been added in the summary:

Current file being processed: collection_movies_1970.xml
collection_movies_1970.xml: Profile IDs must not be blank. Profile #1
collection_movies_1970.xml: Profile IDs must not be blank. Profile #2
collection_movies_1970.xml: Profile IDs must not be blank. Profile #3
0.031: DVD profiles processed: 3
Adding Cast ... 0 items, 0 inserts in 0.001 seconds
Adding Crew ... 0 items, 0 inserts in 0.001 seconds
Updating Custom Media Types, Rating Descriptions and Custom Collections ...
Removing Profiles missing from XML file(s) ...
Updating Box Sets ...
Updating Stats table ...
Total DVD Profiles Processed: 3
Number of Profiles added: 3

'Number of Profiles added' should be 0 in this case.