You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a final issue, so if someone's interested in researching - please join me.
Currently sqtracker doesn't allow any embeds in torrent description.
This means you can't add preview in your torrent so user can't familiarize himself with content (watch trailer, listen a song from album and so on) before downloading.
This is overall acceptable but not much user friendly.
I guess it can be solved with additional field in torrent description (named "preview" or something like that) so sqtracker could generate embedded preview from it. This field may be customizable in config (if it's optional to fill, some categories may not require it, some categories may require more than one preview and so on).
Basic flow may be:
0 (pre requirement). System has predefined embed templates for most popular media sharing services.
User enters preview link in new field on torrent upload.
System checks the link to find domain (eq. youtube.com) and content id.
System finds embed template for this domain and fills it with proper content id.
System shows embedded youtube video on torrent description page.
4a (alternative flow). If system was unable to find a corresponding template, it just shows preview link as an active hyperlink.
Most popular video services:
Youtube (easiest embed)
Vimeo
IMDB trailers
Most popular audio services:
Bandcamp (can have custom domains + no content id in url)
spotify
vk.com
Points to research:
Polish the flow
Finalize the list of video & audio services
Prepare the template for each service with macros instead of content ID
The text was updated successfully, but these errors were encountered:
This is not a final issue, so if someone's interested in researching - please join me.
Currently sqtracker doesn't allow any embeds in torrent description.
This means you can't add preview in your torrent so user can't familiarize himself with content (watch trailer, listen a song from album and so on) before downloading.
This is overall acceptable but not much user friendly.
I guess it can be solved with additional field in torrent description (named "preview" or something like that) so sqtracker could generate embedded preview from it. This field may be customizable in config (if it's optional to fill, some categories may not require it, some categories may require more than one preview and so on).
Basic flow may be:
0 (pre requirement). System has predefined embed templates for most popular media sharing services.
4a (alternative flow). If system was unable to find a corresponding template, it just shows preview link as an active hyperlink.
Most popular video services:
Most popular audio services:
Points to research:
The text was updated successfully, but these errors were encountered: