Skip to content

Commit

Permalink
Update README and repo pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
carlreid committed Feb 7, 2025
1 parent efaec81 commit 825e1f4
Show file tree
Hide file tree
Showing 11 changed files with 538 additions and 466 deletions.
434 changes: 217 additions & 217 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LABEL org.opencontainers.image.url="https://hub.docker.com/r/SenexCrenshaw/streammaster/" \
org.opencontainers.image.source="https://github.com/SenexCrenshaw/StreamMaster" \
LABEL org.opencontainers.image.url="https://hub.docker.com/r/carlreid/streammaster/" \
org.opencontainers.image.source="https://github.com/carlreid/StreamMaster" \
org.opencontainers.image.vendor="SenexCrenshaw" \
org.opencontainers.image.title="Stream Master" \
org.opencontainers.image.description="Dockerized Stream Master by SenexCrenshaw" \
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
> **NOTICE**: This repository is a decoupled fork from /SenexCrenshaw/StreamMaster, created after the upstream source code was revoked.
<p align="center" width="100%">
<img src="https://raw.githubusercontent.com/SenexCrenshaw/StreamMaster/refs/heads/main/streammasterwebui/public/images/streammaster_logo.png" alt="StreamMaster Logo"/>
<img src="https://raw.githubusercontent.com/carlreid/StreamMaster/refs/heads/main/streammasterwebui/public/images/streammaster_logo.png" alt="StreamMaster Logo"/>
<H1 align="center" width="100%">Welcome to StreamMaster</H1>
</p>

Expand All @@ -10,10 +12,10 @@ StreamMaster, the premier video proxy streaming platform.
[![Sponsor this project](https://img.shields.io/badge/Sponsor-%E2%9D%A4-pink)](https://www.patreon.com/user?u=52683080)

Please go to the wiki for further details and installation instructions.
[New docs](https://senexcrenshaw.github.io/StreamMaster/)
[New docs](https://carlreid.github.io/StreamMaster/)

Old Docs
[Stream Master Wiki](https://github.com/SenexCrenshaw/StreamMaster/wiki)
[Stream Master Wiki](https://github.com/carlreid/StreamMaster/wiki)

## Features

Expand All @@ -35,4 +37,4 @@ Old Docs

- **And much more!** With new features and updates being added all the time, StreamMaster is constantly evolving to meet the needs of today's streamers and content creators.

Docker Repo: [Stream Master Docker IO](https://hub.docker.com/r/senexcrenshaw/streammaster)
Docker Repo: [Stream Master Docker IO](https://hub.docker.com/r/carlreid/streammaster)
4 changes: 2 additions & 2 deletions StreamMaster.API/Controllers/MiscController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ public IActionResult GetTestEPG(int NumberOfChannels, int NumberOfDays)
XMLTV xmltv = new()
{
Date = DateTime.UtcNow.ToString(CultureInfo.InvariantCulture),
SourceInfoUrl = "https://github.com/SenexCrenshaw/StreamMaster",
SourceInfoUrl = "https://github.com/carlreid/StreamMaster",
SourceInfoName = "Stream Master",
GeneratorInfoName = "Stream Master",
GeneratorInfoUrl = "https://github.com/SenexCrenshaw/StreamMaster",
GeneratorInfoUrl = "https://github.com/carlreid/StreamMaster",
Channels = [],
Programs = []
};
Expand Down
6 changes: 3 additions & 3 deletions StreamMaster.Docs/streammaster/docs/en/Docs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 📘 StreamMaster Documentation

This document outlines the steps to set up and manage documentation for the [StreamMaster](https://github.com/SenexCrenshaw/StreamMaster) project using MkDocs. The setup includes support for internationalization (i18n) and the use of MkDocs Material theme for a modern look and feel.
This document outlines the steps to set up and manage documentation for the [StreamMaster](https://github.com/carlreid/StreamMaster) project using MkDocs. The setup includes support for internationalization (i18n) and the use of MkDocs Material theme for a modern look and feel.

## Why Contribute to the Documentation?

Expand Down Expand Up @@ -59,14 +59,14 @@ This will host the documentation locally on `http://localhost:8000`.
When you're ready to deploy the documentation to production, ensure you clean the previous build and set the site URL correctly. Run the following command:

```bash
mkdocs build --clean --site-url https://senexcrenshaw.github.io/StreamMaster/
mkdocs build --clean --site-url https://carlreid.github.io/StreamMaster/
```

This builds a clean version of the documentation and sets the correct URL for the production site.

## 📝 Contributing to the Documentation

Documentation files live under the `StreamMaster.Docs\streammaster` folder in the [StreamMaster repository](https://github.com/SenexCrenshaw/StreamMaster).
Documentation files live under the `StreamMaster.Docs\streammaster` folder in the [StreamMaster repository](https://github.com/carlreid/StreamMaster).

To contribute to the documentation:

Expand Down
2 changes: 1 addition & 1 deletion StreamMaster.Docs/streammaster/docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This wiki is dedicated to providing information and resources for **StreamMaster
Need help with **StreamMaster**? Here are a few ways to get assistance:

- Join the conversation on our [Discord server](https://discord.gg/gFz7EtHhG2) 📞
- Report bugs or request features on our [GitHub Issues](https://github.com/SenexCrenshaw/StreamMaster/issues) 🛠️
- Report bugs or request features on our [GitHub Issues](https://github.com/carlreid/StreamMaster/issues) 🛠️

---

Expand Down
4 changes: 2 additions & 2 deletions StreamMaster.Docs/streammaster/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
site_name: Stream Master
extra:
generator: false
repo_url: https://github.com/SenexCrenshaw/StreamMaster
repo_url: https://github.com/carlreid/StreamMaster
theme:
name: "material"
logo: "assets/sm_logo.png"
Expand Down Expand Up @@ -77,4 +77,4 @@ plugins:
- locale: is
name: Icelandic
build: true
site_url: "https://senexcrenshaw.github.io/StreamMaster/"
site_url: "https://carlreid.github.io/StreamMaster/"
4 changes: 2 additions & 2 deletions StreamMaster.SchedulesDirect/Converters/XMLTVBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ private static XMLTV InitializeXmlTv()
return new XMLTV
{
Date = DateTime.UtcNow.ToString(CultureInfo.InvariantCulture),
SourceInfoUrl = "https://github.com/SenexCrenshaw/StreamMaster",
SourceInfoUrl = "https://github.com/carlreid/StreamMaster",
SourceInfoName = "Stream Master",
GeneratorInfoName = "Stream Master",
GeneratorInfoUrl = "https://github.com/SenexCrenshaw/StreamMaster",
GeneratorInfoUrl = "https://github.com/carlreid/StreamMaster",
Channels = [],
Programs = []
};
Expand Down
2 changes: 1 addition & 1 deletion build_docker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Main {

# DownloadFiles

$imageName = "docker.io/senexcrenshaw/streammaster"
$imageName = "docker.io/carlreid/streammaster"
$buildName = "streammaster-builds"

$result = Get-AssemblyInfo -assemblyInfoPath "./StreamMaster.API/AssemblyInfo.cs"
Expand Down
Loading

0 comments on commit 825e1f4

Please sign in to comment.