chibicitiberiu
chibicitiberiu
I'm trying to understand what this does, and I saw that the name property has this value: ``` get { return "BA9A49C7E9364060AC4E4DDDBF465684." + typeof(T).FullName; } ``` Does it have any...
Does this library support nested arguments? i.e.: ``` "{foo.bar}".FormatWith(new { foo = new { bar = "test" } }) ```
With 2 small children, it's really hard for me to find time to work on other projects, and it appears I'm the only developer left. I would like not to...
Currently, the user has to wait until the next synchronize happens, which can take quite some time.
While we are trying to build an application that is intuitive and easy to use, some things require a more in-depth explanation. It would be best to build a wiki...
It would be nice to support some additional services, other than YouTube.
Fetching subscription information is done synchronously, so for large files it can take a while to import everything. So the solution would be to move it to a background thread.
To access private playlists and videos, we need to support authentication.
Some users have data caps, so it would be nice to be able to set a limit in GB. We should add a field into the Video table which contains...
The YouTube API doesn't allow accessing these 2 playlists, but youtube-dl can access them by scraping the web pages. It would be nice to be able to synchronize with these...