Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 126 additions & 0 deletions websites/H/Hami Video/Hami Video.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
{
"hamivideo.watchingMovie": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of general.watchingMovie

"description": "Shown as the details line while watching a movie",
"message": "Watching Movie"
},
"hamivideo.watchingSeries": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of general.watchingSeries

"description": "Shown as the details line while watching a TV series episode",
"message": "Watching TV Series"
},
"hamivideo.watchingAnime": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of general.watchingAnime

"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": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very similar to general.viewACategory

"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": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of general.search

"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": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of general.buttonViewEpisode

"description": "Button label linking to the currently playing episode",
"message": "Watch Episode"
},
"hamivideo.viewSeriesButton": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of general.buttonViewSeries

"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"
}
}
Binary file added websites/H/Hami Video/img/logo.png

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove image files from PR

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added websites/H/Hami Video/img/logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions websites/H/Hami Video/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"$schema": "https://schemas.premid.app/metadata/1.16",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"$schema": "https://schemas.premid.app/metadata/1.16",
"$schema": "https://schemas.premid.app/metadata/1.17",

"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\\/.*$",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"regExp": "^https:\\/\\/(?:www\\.)?hamivideo\\.hinet\\.net\\/.*$",
"regExp": "^https[:][/][/](?:www[.])?hamivideo[.]hinet[.]net[/].*$",

"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"
}
]
}
Loading
Loading