cjcodeproj / musicscan

Python code to examine music files and extract metadata
MIT License
0 stars 0 forks source link

Output header at top of run #41

Closed cjcodeproj closed 3 months ago

cjcodeproj commented 3 months ago

There should be an output header at the top of the id3scan program run in case people need to search the terminal output.

It would also be handy if the tool reported the process ID or some other unique sequence for a Find operation.

Rationale

A user runs the id3scan tool and immediately gets inundated with 30,000 lines of output, and never redirected stdout to a file before it was run.

An output header makes it easier to scroll back and find the start of the program run. And reporting the process id provides a unique search string that can be used if the shell offers a Find command.

cjcodeproj commented 3 months ago

Commit:

https://github.com/cjcodeproj/musicscan/commit/7a98e45128c455833effbb0ca305492605602ff3

cjcodeproj commented 3 months ago

Closing Notes