Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Optional media-only feeds and timelines #6603

Open
1 of 2 tasks
nfagerlund opened this issue Mar 3, 2018 · 6 comments
Open
1 of 2 tasks

Request: Optional media-only feeds and timelines #6603

nfagerlund opened this issue Mar 3, 2018 · 6 comments
Labels
suggestion Feature suggestion

Comments

@nfagerlund
Copy link

Today, Mastodon profiles have a "media" tab, which shows only toots containing media uploads.

I think that's neat, and would like to see other tools for media-only use cases! Specifically:

  • Media-only atom/RSS/JSON feeds for each user, so people can follow just my photos in their feed reader. This is basically just the media profile but machine-readable.

  • An alternate media-only timeline (that acts kind of like a list?), where I can see everyone I follow, but only the toots or boosts that have media uploads.

    You could easily roll your own with the media-only feeds, but I think there's value to having a built-in stream, esp. to make locked accounts easier to work with.

Why?

Instagram showed me that a photos-only stream results in a very different social space, with more emphasis on what your friends are seeing, doing, and experiencing, and less emphasis on what they're thinking, reading, or debating. I think it's cool to be able to switch into that kind of space when you need it. Our levels of intellectual energy fluctuate, and we can't always handle the full force of the general discourse, you know?

It's wonderful to be able to log in and say "I'm out of juice today, and I just want to see your cats, crows, and weird alleyways." I think supporting that would improve Mastodon.


  • I searched or browsed the repo’s other issues to ensure this is not a duplicate.
  • This bug happens on a tagged release and not on master (If you're a user, don't worry about this).
@trwnh
Copy link
Member

trwnh commented Mar 3, 2018

Possible extension of #606 perhaps?

@Gargron
Copy link
Member

Gargron commented Apr 20, 2018

You can get only_media from the account statuses API

Home feed is more complicated and therefore does not have an only_media option. For pagination to work reliably, you would need to keep two home feeds, one with media, one without, rather than having any ability to query the main one differently. OTOH this is not impossible, we already keep "home feeds" for a user's lists

mike-burns added a commit to mike-burns/documentation that referenced this issue Apr 22, 2018
Per [a discussion elsewhere], the `only_media` query param does not work
on the home timeline API.

[a discussion elsewhere]: mastodon/mastodon#6603 (comment)
Gargron pushed a commit to mastodon/documentation that referenced this issue Apr 22, 2018
Per [a discussion elsewhere], the `only_media` query param does not work
on the home timeline API.

[a discussion elsewhere]: mastodon/mastodon#6603 (comment)
@Gargron
Copy link
Member

Gargron commented May 21, 2018

Another addition: #6631

@Gargron Gargron added the suggestion Feature suggestion label Oct 20, 2018
@trwnh
Copy link
Member

trwnh commented Jun 22, 2019

Is it still impossible to do this for the home timeline? I'd really like to be able to view e.g. all active polls from people I follow (slight overlap with #10436)

@stale
Copy link

stale bot commented Oct 26, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status/wontfix This will not be worked on label Oct 26, 2019
@Strubbl
Copy link

Strubbl commented Oct 27, 2019

+1

@stale stale bot removed the status/wontfix This will not be worked on label Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Feature suggestion
Projects
None yet
Development

No branches or pull requests

4 participants