Go to file
Cleiton Floss 9b2e05396b Use the Unix file ending 2020-06-03 21:19:27 -04:00
.github Update build.yml 2020-05-29 11:04:24 -04:00
.vscode Add vscode tasks file 2020-03-25 03:34:27 +13:00
_icons Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
_scripts Merge pull request #16 from d43m0nhLInt3r/master 2020-05-31 22:17:50 -04:00
src Show message when live chat is disabled. 2020-06-03 12:45:01 -04:00
static Add Initial PWA Functionality 2020-04-13 22:59:25 -04:00
.babelrc Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
.editorconfig Use the Unix file ending 2020-06-03 21:19:27 -04:00
.eslintignore Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
.eslintrc.js Added yt-xml2vtt and did the corresponding implementation 2020-02-28 06:29:30 +03:00
.gitignore Add timelog to gitignore 2020-03-25 03:32:54 +13:00
.prettierrc Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
.travis.yml Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
.whitesource Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
LICENSE Replace License with AGPLv3 version 2020-04-13 20:50:02 -04:00
README.md Add full playlist functionality (Shuffle, loop, autoplay) 2020-05-17 16:12:58 -04:00
appveyor.yml Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
package-lock.json Add Search Suggestions and Custom Invidious Instance 2020-06-01 22:42:29 -04:00
package.json Add Search Suggestions and Custom Invidious Instance 2020-06-01 22:42:29 -04:00
tsconfig.json Push Latest Code to Repository 2020-02-16 13:30:00 -05:00

README.md

The FreeTube Vue.js Rewrite

FreeTube is an open source desktop YouTube player built with privacy in mind. This repository specifically is about a rewrite of FreeTube that is actively being worked on. FreeTube will be rewritten from the ground up to take advantage of better coding practices and to make proper use of Vue.js compared to the previous code base. You can read more about why a rewrite is in development over at the related blog post.

This version of FreeTube is not finished. It is in active development and a lot of features (Even ones that are already implemented in FreeTube) are missing. Almost all features are being remade.

Contributing

Since the code base is smaller and ever expanding. Now is a great time to get involved with contributing to FreeTube. There are a lot of things that need to be done right now and the more help we can get the better.

Check out the getting started page over on the wiki on how to get your environment setup. Since this is a rewrite, that means that there are things that we'd like to avoid to prevent the same issues from the old code base. Because of this, there are some coding standards that we'd like to keep while working on this rewrite.

Enough of the rewrite has been done to hopefully provide code examples of what we'd like to see moving forward. Just because standards are already made, it doesn't mean that I'm not open to suggestions for changing things. I would love to hear your thoughts on if you believe that something about our methods can be improved on.

What Needs to be Done?

Like I mentioned above, there are a lot of things that need to be done. I have created some issues over at the issues page to give a quick rundown on what needs to be done as well as what the requirements are in order for those issues to be considered complete. I will make more issues with more requirements as progress is made.

At this time, here is the list of things to do/need to do:

  • Setup App Environment
  • Basic App Structure and Layout
  • Video Layout (Along with Channel and Playlist Layout)
  • Search / Search View (Along with Filters)
  • Search Suggestions
  • Channel View
  • Channel Search
  • Trending Page
  • Most Popular Page
  • Playlist View
  • Video Watch Page (Recommendations, Comments)
  • Video player logic (Switching formats / quality, live video, fallback logic)
  • Playlist logic (Autoplay next video, shuffle list)
  • Database Setup and Logic (Updating and creating data)
  • Settings Page
  • Subscriptions Page and Logic
  • Playlists Page (Will allow for creating user playlists. Will replace the "Favorites" Page)
  • History Page and Logic
  • Profile Page and Logic
  • Misc. Adjustments and Settings
  • Packagaing and Testing

This list is somewhat in order of when I plan on working on each thing. Obviously things can change and anyone is welcome to work on whatever they like.

I will add more things to do as progress gets made. For now what I have listed out should be more than enough.

Contact

To chat about the FreeTube rewrite or to ask questions, we encourage you to join our Matrix Community. I will be there actively working on the rewrite and will be available to help you get started. Alternatively, you can email me at FreeTubeApp@protonmail.com.

License

GNU AGPLv3 Image

FreeTube is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.