microformats / h-entry

For collecting and handling issues with the h-entry vocabulary specification: http://microformats.org/wiki/h-entry
17 stars 5 forks source link

Designate u-watch-of as a proposed property #17

Open dshanske opened 5 years ago

dshanske commented 5 years ago

https://indieweb.org/watch

The property u-watch-of, is the visual companion to u-listen-of.

Publishers

Consumers

Proposed definition

u-watch-of - indicates that this h-entry is a watch post...that you have watched a video (movie, TV, film), or a live show (theater, concert). The value can be a URL or an h-cite.

dshanske commented 5 years ago

Noting some issues and background on this.

Trakt is a scrobbling service for movies and TV and has an API. @grantcodes apparently used to do this, but it isn't online at the moment.

Possible questions include:

grantcodes commented 5 years ago

Yep, although my automatic posting tool is currently offline, the code is on GitHub and I have created many watch posts with it.

I don't use special properties apart from watch-of which is set to the episode / movie url on trakt.tv - I also pass a special trackt property with all the data from the api, which is probably bad practice :P

I would say the content of the u-watch-of should probably only ever be a url orh-cite. Reviews could be in the content of your post or the content of the cite.

I don't think it makes sense to have a different property for a listen status, read status & watch status. If they all shared the same property with values like future, in-progress & complete (for example) that would probably cover all use cases. EDIT: Oops didn't realise this was already a separate issue: #18

jgmac1106 commented 5 years ago

Agree @grantcodes a progress status that can work for any media type.