Commit Graph

5 Commits

Author SHA1 Message Date
Felipe M d27e4947ae
Created internal/cmd folders 2021-05-08 11:37:52 +02:00
Felipe M ef03e13e86
Typo 2021-04-12 22:43:10 +02:00
Felipe M befcc3376e
Replaced arguments with CLIOptions struct
This is a way more convenient way for the underlying providers to
access the input in which the software was called. Having the input
path in providers that already discover path will allow users to
override paths easily, and this way we could also add more flags that
some providers would need and others ignore without changuing function calls.
2021-02-16 13:28:43 +01:00
Felipe M 18f006bafe
PlayStation 4 Provider improvements
* Using EXIF data for screenshots which is more accurate and doesn't
require parsing the filename (which not always contains the date)
* Relying on the date parsing for videos for now since I haven't found
a game that didn't have the datetime on the video filename. This could
change in the future.
2021-01-31 13:51:49 +01:00
Felipe M f5991dfd21 Base PlayStation 4 support
This only add support for those screenshots that contain
a datetime in their name, skipping otherwise.

Closes #7
2021-01-05 23:17:36 +01:00