beetbox / beetbox/beets

Add a new `date` field that abstracts over `day`, `month`, and `year` and allows date queries

Open
#2,872 5 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
Python
Stars
15.7k
Forks
2.1k
Avg merge
4d 21h
Merged PRs (30d)
31

Description

In some cases it would be useful to use [date and date range querys](http://beets.readthedocs.io/en/v1.4.6/reference/query.html#date-and-date-range-queries) with the `year` tag.

So a query like:
`beet list 'added:-5y..'`
would also be useful with the year tag:
`beet list 'year:-5y..'`
This query would list all tracks from the last 5 years.
It is more dynamic than those:
```
beet list 'year:2013..2018'
beet list 'year:2013..'
```

Any thoughts on that?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.