Skip to content

Backlogs 0.9.2-dev A UWP application for managing your film, book, game, music and TV backlogs

License

Notifications You must be signed in to change notification settings

mediaexplorer74/backlogs

 
 

Repository files navigation

Backlogs

This is the fork of https://github.com/surya-sk/backlogs (Backlogs 0.9.2, dev branch)

Description

Keep track of films and TV series you want to watch, book you want to read, albums you want to listen to and games you want to play, all in one place. Backlogs is a simple Universal Windows Platform app that lets you manage all your backlogs in one place. Your backlogs are synced with all devices signed-in with your Microsoft account (if you sign-in). You will also get notifications to get to them on the target date.

Progress

I'm trying to fix toast notifications, especially for Lumia phone / Win10Mobile

TODO

Notifications don't work in this (ms toasts' bugs?), I need to find another solution...

Fix all api keys (I use only fake API keys like 111 at now, except "IMdB" key)

Form Autofill (if "+" pressed at Books section then Books type needed to autoselect... IMHO))

Tech req.

Recomended os build: 19xxx or above (22xxx if Win11?) Minimal os build: 15063 Platforms: x86 (PC, etc.), x64 (PC, etc.), ARM (Win10M), ARM64 (WinRT)

About the Original

Backlogs is a native Windows application that lets you manage your film, TV, music, game and book backlogs all in one place. The app supports cross-device syncing across devices signed in with your Microsoft account.

The application is available to download for Windows 10, Windows 10 Mobile, Windows 11, Xbox One and Xbox Series X.

Store Link

Description

This app is built using the Universal Windows Platform framework using C# and XAML. The controls use WinUI 2. The app implements the MVVM design pattern. The backlogs created are stored in JSON format in a txt file locally and on the user's OneDrive. A Singleton is used for managing the collection of backlogs and reading/writing to the save file. OneDrive storage is implemented using Microsoft Graph.

Screenshots

Drawing Drawing Drawing Drawing

Building

The app requires Visual Studio 2017 and above to be built. You will need the Universal Windows Platform compnent installed. With all of that installed, just clone the repo and run the .sln file. The project will fail to compile because of a missing Keys.cs file. This file contains all the API keys, and is not checked in. Contact me if you would like access to the file, or create your own file if you have your own API keys. The file should be named Keys.cs and placed in the Utils folder and namespace.

Contributing and more

PRs are welcome! Make sure you create a new branch when making changes and pushing them. Please report any bugs in the Issues section. Include your OS, app version, a detailed description and steps to reproduce in the bug report.

License

This project is licensed under the GNU General Public License 3. Check LICENSE for more information.

Referencies

https://github.com/surya-sk/backlogs Backlogs project

https://github.com/surya-sk Surya (surya-sk nickname), UWP and Game Developer

Best wishes,

[m][e] 2022

About

Backlogs 0.9.2-dev A UWP application for managing your film, book, game, music and TV backlogs

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C# 100.0%