Quote:
Originally Posted by ownedbycats
Here's a modified copy of my Mark as Read action chain.
1. Sets #lastread (datetime) to current datetime.
2. Sets #percentread (integer) to 100.
3. Increments #timesread (integer) by one.
4. Prompts to set rating (rating).
5. Copies the date from #lastread to #readdates (taglike) as 'MMM d yyyy' - (Jan 16 2024). Changing the format should be simple if you prefer something else.
|
I found this very useful, thanks! I adapted it a bit to work with my own custom columns.
- Sets #last_read (datetime) to current datetime.
- Sets #percent_read (integer) to 100.
- Increments #times_read (integer) by one.
- Prompts to set #ratings (rating).
- Copies the date from #last_read to #read_dates (tag-like).