Batwam

Results 146 comments of Batwam

Rather than using the "last" instance, you probably want to find the accurate [tag name](https://exiftool.org/TagNames/) (rather than description) you want to rely on since multiple tag appears to have `Date/Time...

If I'm not mistaken, it's specified in row #30 of [this file](https://github.com/immich-app/immich/blob/main/server/src/domain/metadata/metadata.service.ts) ``` /** look for a date from these tags (in order) */ const EXIF_DATE_TAGS: Array = [ 'SubSecDateTimeOriginal',...

I had a similar issue the other day. Interestingly, I also commented on the fact that the value exactly matched the last dividend per share! Check in the Data Providers...

Ah snap, I haven't had the issue since increasing the timeout from 3s to 10s. Did you do the following? - check in the Data Providers section if Yahoo is...

I don't have Ghostfolio premium so that's more of a question for @dtslvr.

see possible implementation here: https://github.com/dgtlmoon/changedetection.io/compare/master...Batwam:changedetection.io:collapsible_add_watch I'm not a web developer so the code might not be perfect (which is why I'm not making this a pull request) but might give...

This is the use-case indeed. If you look through [this branch](https://github.com/dgtlmoon/changedetection.io/compare/master...Batwam:changedetection.io:batwam_50.3), I added some css to create a custom mobile view, including a short preview and hiding what isn't relevant...

`chart` is just the tag I applied to the first 2 watches. I made the tags blue to keep the interface to black/grey/blue as I'm not a big fan of...

On reflection, I think that the interface works pretty well for mobile use so the main change I would suggest to make it more compact is this collapsible menu. The...