## Wishlist
### Blu-ray
- Abigail (waiting to see if they'll announce a 4k version)
- Freaky
- Mary Poppins (waiting for a possible 60th anniversary 4k)
- Immaculate (maybe? I already have on digital, but might get the 4k bluray)
- Clueless (waiting to see if there'll be a 30th anniversary 4k)
### Either Blu-ray / Digital
- Scott Pilgrim
- Exhuma
- You’re Next
## Physical
%% DATAVIEW_PUBLISHER: start
```
table without id
("") as Banner,
file.name as Title,
choice(length(movies)>0, choice(length(movies) > 1, movies, join(movies)), "") as Movies
from #collection/movie/bluray
sort date-added desc
```
%%
| Banner | Title | Movies |
| ------ | ----- | ------ |
%% DATAVIEW_PUBLISHER: end %%
## Digital
%% DATAVIEW_PUBLISHER: start
```
table without id
("") as Banner,
title as Title
from #collection/movie/digital
sort date-added desc
```
%%
| Banner | Title |
| ------ | ----- |
%% DATAVIEW_PUBLISHER: end %%