├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── PULL_REQUEST_TEMPLATE.md └── stale.yml ├── README.md └── index.html /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to myTube! 2 | 3 | Things you can do to help further development of the project: 4 | 5 | - Buy the app on the [Microsoft Store](https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l). 6 | - Become a [Patreon](https://www.patreon.com/rykenstudio) of @rykenstudio. 7 | - Donate from inside the myTube! app (Click on `🙂 Donate`). 8 | - [Boost](https://support.discordapp.com/hc/en-us/articles/360028038352-Server-Boosting-) our [Discord](https://discord.gg/WdERWb). 9 | - Help people on our platforms ([github](https://github.com/ryken100/mytube/issues/), [discord](https://discord.gg/dWy7Ah)). 10 | - Leave a constructive review of our app on the [Microsoft Store](https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l?activetab=pivot:reviewstab). 11 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: "" 5 | labels: "" 6 | assignees: "" 7 | --- 8 | 9 | **Environment Information (complete and add to the following information):** 10 | 11 | - **OS:** `platform x.x.x.x` [e.g. Windows 10.0.18362.418, XBOX 10.0.18363.7194] 12 | - **myTube!:** `x.x.x.x` [e.g. 3.9.16.0] 13 | - **Beta:** `yes/no` 14 | 15 | **Description:** 16 | A clear and concise description of what the bug is. 17 | 18 | **Steps to reproduce:** 19 | 20 | - Go to ... 21 | - Click ... 22 | - See ... 23 | 24 | **Expected behavior:** 25 | A clear and concise description of what you expected to happen. 26 | 27 | **Additional context:** 28 | Add any other context about the problem here. 29 | 30 | **Screenshots:** 31 | If applicable, add screenshots to help explain your problem. 32 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: "" 5 | labels: "" 6 | assignees: "" 7 | --- 8 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | **myTube! is a comercial product and not open-source, if you want to know wether you can contribute otherwise, read our [Contribution Guidelines](CONTRIBUTING.md)** 2 | -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- 1 | # Number of days of inactivity before an issue becomes stale 2 | daysUntilStale: 180 3 | 4 | # Number of days of inactivity before a stale issue is closed 5 | daysUntilClose: 14 6 | 7 | # Issues with these labels will never be considered stale 8 | exemptLabels: 9 | - impact/large 10 | - kind/critical bug 11 | - kind/bug 12 | - kind/Focus Feature 13 | - status/accepting-pr 14 | - status/cherrypick 15 | - status/merge on release 16 | - sticky 17 | 18 | # Label to use when marking an issue as stale 19 | staleLabel: status/stale 20 | 21 | # Comment to post when marking an issue as stale. Set to `false` to disable 22 | markComment: > 23 | This issue has been automatically marked as stale because it has not had 24 | recent activity. It will be closed if no further activity occurs. Thank you 25 | for your contributions. 26 | # Comment to post when closing a stale issue. Set to `false` to disable 27 | closeComment: > 28 | This issue has been automatically closed due to inactivity. 29 | 30 | If this is still an issue, please feel free to re-open this. If necessary, provide any additional details to help us solve this issue. 31 | 32 | If you wish to assist us resolving this issue, 33 | please re-open or create a new issue stating you wish to help us out. 34 | 35 | Thank you for your contributions. 36 | 37 | # Limit the number of actions per hour, from 1-30. Default is 30 38 | limitPerRun: 30 39 | 40 | # Limit to only `issues` or `pulls` 41 | only: issues 42 | 43 | # Set to true to ignore issues in a project (defaults to false) 44 | exemptProjects: true 45 | 46 | # Set to true to ignore issues in a milestone (defaults to false) 47 | exemptMilestones: true 48 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # myTube! 2 | 3 | The best YouTube experience around. 4 | 5 | myTube is a YouTube app built to keep your video playing no matter what. By lightly fading the video into the background, you can continue to watch while you read comments, browse channels and videos, and everything else you can do in the app. If you can do something in the app, then you can do it while watching a video! 6 | 7 | myTube even can play the audio of videos in the background while you use another app ;) 8 | 9 | ## Downloads 10 | 11 | - Get myTube! from the [Microsoft Store](https://www.microsoft.com/en-us/p/mytube/9wzdncrcwf3l) 12 | 13 | ## Frequently asked questions 14 | 15 | If you want to learn more about myTube make sure to check out the [wiki](https://github.com/ryken100/mytube/wiki) here on github. 16 | 17 | ## Reporting Bugs 18 | 19 | - Report bugs here on [Github](https://github.com/ryken100/mytube/issues/new?template=bug_report.md) 20 | - Report bugs via [e-mail](mailto:rykenproductions@outlook.com?subject=myTube%20%20Problem%20Report%20%5B%3Cversion%3E%5D&body=%0D%0A%3D%3D%3D%3D%3D%3D%3D%3D%0D%0AOS%20Version%3A%20%3CINSERT%20YOUR%20OS%20VERSION%20HERE%20%28Can%20be%20found%20via%20cmd.exe%20%2Fk%20%22ver%22%3E%0D%0AApp%20Version%3A%20%3CINSERT%20YOUR%20APP%20VERSION%20HERE%20%28Can%20be%20found%20under%20%22...%22%3D%3E%22About%22%3E%0D%0ADevice%20family%3A%20%28Desktop%2FLaptop%2FXBOX%29) 21 | - Report bugs via [Discord](https://discord.gg/dWy7Ah) 22 | 23 | ## Requesting Features 24 | 25 | - Request features here on [Github](https://github.com/ryken100/mytube/issues/new?template=feature_request.md) 26 | - Request features via [e-mail](mailto:rykenproductions@outlook.com?subject=myTube%20Feature%20Request&body=%0D%0A%3D%3D%3D%3D%3D%3D%3D%3D%0D%0AOS%20Version%3A%20%3CINSERT%20YOUR%20OS%20VERSION%20HERE%20%28Can%20be%20found%20via%20cmd.exe%20%2Fk%20%22ver%22%3E%0D%0AApp%20Version%3A%20%3CINSERT%20YOUR%20APP%20VERSION%20HERE%20%28Can%20be%20found%20under%20%22...%22%3D%3E%22About%22%3E%0D%0ADevice%20family%3A%20%28Desktop%2FLaptop%2FXBOX%29) 27 | - Request features via [Discord](https://discord.gg/QGQBFe) 28 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 11 | myTube! 12 | 15 | 16 | 17 |

Please wait!

18 |

Redirecting to Github...

19 | 22 | 23 | 24 | --------------------------------------------------------------------------------