-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(Hami Video): add activity #11074
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
base: main
Are you sure you want to change the base?
Changes from all commits
0e8075b
0cff80b
48f17bc
65dbd0e
e563ae4
728b529
f9de709
68d2255
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,126 @@ | ||
| { | ||
| "hamivideo.watchingMovie": { | ||
| "description": "Shown as the details line while watching a movie", | ||
| "message": "Watching Movie" | ||
| }, | ||
| "hamivideo.watchingSeries": { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate of |
||
| "description": "Shown as the details line while watching a TV series episode", | ||
| "message": "Watching TV Series" | ||
| }, | ||
| "hamivideo.watchingAnime": { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate of |
||
| "description": "Shown as the details line while watching an anime episode", | ||
| "message": "Watching Anime" | ||
| }, | ||
| "hamivideo.watchingDocumentary": { | ||
| "description": "Shown as the details line while watching a documentary", | ||
| "message": "Watching Documentary" | ||
| }, | ||
| "hamivideo.watchingKids": { | ||
| "description": "Shown as the details line while watching kids' content", | ||
| "message": "Watching Kids Content" | ||
| }, | ||
| "hamivideo.watchingVariety": { | ||
| "description": "Shown as the details line while watching a variety show", | ||
| "message": "Watching Variety Show" | ||
| }, | ||
| "hamivideo.watchingSportsLive": { | ||
| "description": "Shown as the details line while watching a live sports broadcast whose sport could not be identified", | ||
| "message": "Watching Live Sports" | ||
| }, | ||
| "hamivideo.watchingSportsReplay": { | ||
| "description": "Shown as the details line while watching a sports replay", | ||
| "message": "Watching Sports Replay" | ||
| }, | ||
| "hamivideo.watchingTV": { | ||
| "description": "Shown as the details line while watching a live TV channel that isn't a sports broadcast (e.g. cartoons, news, movies, variety, kids channels)", | ||
| "message": "Watching TV" | ||
| }, | ||
| "hamivideo.watchingBaseball": { | ||
| "description": "Shown as the details line while watching a live baseball broadcast (MLB, CPBL, etc.)", | ||
| "message": "Watching Baseball" | ||
| }, | ||
| "hamivideo.watchingBasketball": { | ||
| "description": "Shown as the details line while watching a live basketball broadcast (NBA, WNBA, etc.)", | ||
| "message": "Watching Basketball" | ||
| }, | ||
| "hamivideo.watchingFormula1": { | ||
| "description": "Shown as the details line while watching a live Formula 1 broadcast", | ||
| "message": "Watching Formula 1" | ||
| }, | ||
| "hamivideo.watchingMotorcycleRacing": { | ||
| "description": "Shown as the details line while watching a live MotoGP broadcast", | ||
| "message": "Watching Motorcycle Racing" | ||
| }, | ||
| "hamivideo.watchingMMA": { | ||
| "description": "Shown as the details line while watching a live UFC/MMA broadcast", | ||
| "message": "Watching MMA" | ||
| }, | ||
| "hamivideo.watchingBadminton": { | ||
| "description": "Shown as the details line while watching a live badminton broadcast (BWF, etc.)", | ||
| "message": "Watching Badminton" | ||
| }, | ||
| "hamivideo.watchingGolf": { | ||
| "description": "Shown as the details line while watching a live golf broadcast (PGA, LPGA, etc.)", | ||
| "message": "Watching Golf" | ||
| }, | ||
| "hamivideo.watchingFootball": { | ||
| "description": "Shown as the details line while watching a live football/soccer broadcast", | ||
| "message": "Watching Football" | ||
| }, | ||
| "hamivideo.watchingAmericanFootball": { | ||
| "description": "Shown as the details line while watching a live NFL broadcast", | ||
| "message": "Watching American Football" | ||
| }, | ||
| "hamivideo.watchingIceHockey": { | ||
| "description": "Shown as the details line while watching a live NHL broadcast", | ||
| "message": "Watching Ice Hockey" | ||
| }, | ||
| "hamivideo.watchingTennis": { | ||
| "description": "Shown as the details line while watching a live tennis broadcast (ATP, WTA, etc.)", | ||
| "message": "Watching Tennis" | ||
| }, | ||
| "hamivideo.watchingVolleyball": { | ||
| "description": "Shown as the details line while watching a live volleyball broadcast", | ||
| "message": "Watching Volleyball" | ||
| }, | ||
| "hamivideo.watchingEsports": { | ||
| "description": "Shown as the details line while watching a live esports broadcast", | ||
| "message": "Watching Esports" | ||
| }, | ||
| "hamivideo.liveEventFallback": { | ||
| "description": "Shown as the state line for a live sports broadcast when no event name could be parsed", | ||
| "message": "LIVE Event" | ||
| }, | ||
| "hamivideo.browsingCategory": { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. very similar to |
||
| "description": "Shown while browsing a content category listing", | ||
| "message": "Browsing Category" | ||
| }, | ||
| "hamivideo.browsingAnime": { | ||
| "description": "Shown while browsing the anime section", | ||
| "message": "Browsing Anime" | ||
| }, | ||
| "hamivideo.searching": { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate of |
||
| "description": "Shown while searching, followed by the search keyword", | ||
| "message": "Searching" | ||
| }, | ||
| "hamivideo.watchButton": { | ||
| "description": "Button label linking to the movie/show on Hami Video", | ||
| "message": "Watch on Hami Video" | ||
| }, | ||
| "hamivideo.watchEpisodeButton": { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate of |
||
| "description": "Button label linking to the currently playing episode", | ||
| "message": "Watch Episode" | ||
| }, | ||
| "hamivideo.viewSeriesButton": { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate of |
||
| "description": "Button label linking to the series' homepage", | ||
| "message": "View Series" | ||
| }, | ||
| "hamivideo.watchLiveButton": { | ||
| "description": "Button label linking to the current live sports broadcast", | ||
| "message": "Watch Live" | ||
| }, | ||
| "hamivideo.watchReplayButton": { | ||
| "description": "Button label linking to the current sports replay", | ||
| "message": "Watch Replay" | ||
| } | ||
| } | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove image files from PR |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,85 @@ | ||||||
| { | ||||||
| "$schema": "https://schemas.premid.app/metadata/1.16", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| "apiVersion": 1, | ||||||
| "author": { | ||||||
| "name": "Baidairay", | ||||||
| "id": "774619334646824960" | ||||||
| }, | ||||||
|
|
||||||
| "service": "Hami Video", | ||||||
| "altnames": ["HamiVideo", "台灣大哥大 Hami Video", "中華電信 Hami Video", "hamivideo"], | ||||||
| "description": { | ||||||
| "en": "Automatically shows what you're watching on Hami Video — movies, TV series, anime, documentaries, kids' content, variety shows, and live or replayed sports." | ||||||
| }, | ||||||
| "url": "hamivideo.hinet.net", | ||||||
| "regExp": "^https:\\/\\/(?:www\\.)?hamivideo\\.hinet\\.net\\/.*$", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| "version": "1.0.0", | ||||||
| "logo": "https://i.imgur.com/eCsBmqZ.png", | ||||||
| "thumbnail": "https://i.imgur.com/pUTIwh1.jpeg", | ||||||
| "color": "#EE1B58", | ||||||
| "category": "videos", | ||||||
| "tags": ["video", "streaming", "movies", "tv", "anime", "documentary", "kids", "variety", "sports", "taiwan", "hinet", "live"], | ||||||
| "settings": [ | ||||||
| { | ||||||
| "id": "privacyMode", | ||||||
| "title": "Privacy Mode", | ||||||
| "icon": "fas fa-user-secret", | ||||||
| "value": false, | ||||||
| "description": "Hide titles, episode info, poster art, and buttons — only shows that you're watching something" | ||||||
| }, | ||||||
| { | ||||||
| "id": "showTitle", | ||||||
| "title": "Show Title", | ||||||
| "icon": "fas fa-heading", | ||||||
| "value": true, | ||||||
| "description": "Show the movie or series title", | ||||||
| "if": { "privacyMode": false } | ||||||
| }, | ||||||
| { | ||||||
| "id": "showEpisodeNumber", | ||||||
| "title": "Show Episode Number", | ||||||
| "icon": "fas fa-list-ol", | ||||||
| "value": true, | ||||||
| "description": "Show the season/episode number (e.g. S01E05)", | ||||||
| "if": { "privacyMode": false } | ||||||
| }, | ||||||
| { | ||||||
| "id": "showEpisodeTitle", | ||||||
| "title": "Show Episode Title", | ||||||
| "icon": "fas fa-closed-captioning", | ||||||
| "value": true, | ||||||
| "description": "Show the episode's own title, if available", | ||||||
| "if": { "privacyMode": false } | ||||||
| }, | ||||||
| { | ||||||
| "id": "showLiveBadge", | ||||||
| "title": "Show Live Badge", | ||||||
| "icon": "fas fa-broadcast-tower", | ||||||
| "value": true, | ||||||
| "description": "Show a LIVE badge as the small image during live broadcasts", | ||||||
| "if": { "privacyMode": false } | ||||||
| }, | ||||||
| { | ||||||
| "id": "showButtons", | ||||||
| "title": "Show Buttons", | ||||||
| "icon": "fas fa-compress-arrows-alt", | ||||||
| "value": true, | ||||||
| "description": "Show the \"Watch on Hami Video\" button", | ||||||
| "if": { "privacyMode": false } | ||||||
| }, | ||||||
| { | ||||||
| "id": "showTimestamp", | ||||||
| "title": "Show Timestamp", | ||||||
| "icon": "fas fa-clock", | ||||||
| "value": true, | ||||||
| "description": "Show elapsed/remaining playback time" | ||||||
| }, | ||||||
| { | ||||||
| "id": "showPauseState", | ||||||
| "title": "Show Pause State", | ||||||
| "icon": "fas fa-pause", | ||||||
| "value": true, | ||||||
| "description": "Update the presence to show \"Paused\" when playback is paused" | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate of
general.watchingMovie