GithubHelp home page GithubHelp logo

talisein / mal-gtk Goto Github PK

View Code? Open in Web Editor NEW
31.0 6.0 2.0 1.27 MB

GTK+3 interface for MyAnimeList.net (Desktop Linux)

License: GNU General Public License v3.0

C++ 63.80% C 23.42% Makefile 0.36% Meson 2.24% Python 8.19% Perl 1.96% Shell 0.04%
anime mal-gtk myanimelist c c-plus-plus manga desktop linux

mal-gtk's Introduction

mal-gtk

GTK+3 Interface for myanimelist.net

Under Development

myanimelist has an API available again, so I will be creating a new "mal-gtk." For now this is an inoperable work-in-progress. My current work is to make a simple CLI tool 'mal-cli' to query the API.

My goals

  • C++20
  • GTK4 interface
  • Flatpak releases
  • Local data store in sqlite
  • Support user profiles (Switch between accounts, or different tabs for different accounts)

Requirements

C++20 compiler, like gcc 10 or clang 10. gtkmm3 libsecret libxml2 libcurl meson ninja ...and a org.freedesktop.secrets provider such as gnome-keyring-daemon.

Building

    # mkdir build
    # cd build
    # meson ..
    # ninja
    # ./src/mal-gtk # run the program
    # sudo ninja install # required.

'ninja install' is required due to needing to install and register the .desktop file. If you don't want to install to /usr/local (and thus require sudo) just use meson configure to set the appropriate prefix and the datadir to ~/.local/share

The desktop file defines the x-scheme-handler/net.talinet.malgtk, this is needed so when you authenticate to myanimelist.net in your browser, the browser can return the OAuth authentication code back to the app.

Future Plans

  • Set a preferred name (Space Brothers instead of Uchuu Kyoudai)
  • Add custom series that aren't in MAL (Akiba Ranger, Game of Thrones)
  • User-guided conflict resolution when local cache is different than MAL
  • Countdown to next airing
  • A .desktop file and icon
  • anidb.net backend (Longer term goal)
  • Get a .rpm and .deb in Debian/Fedora
  • Make builds available for Mac/Windows

Not Planned

  • Updating episode count by monitoring your media player
  • Torrent / Tracker integration (Use flexget)
  • Twitter/Facebook/Twipo integration
  • Interface for MAL.net forums/messages
  • Realtime chat with people watching the same episode
  • Sorting/Renaming files on your hard disk

Competitors

These are the GUI MAL updaters I know about. There's a ton of CLI-only clients out there, but that's not the same thing.

  • Taiga - Mac/Windows Only, but pretty cool. FOSS.
  • Toshocat - Mac/Windows. FOSS.
  • MALU - Windows only bloatware.
  • Trackma - Python, Gtk2. It has a cool curses interface, and connects to more than just MAL. FOSS.

IRC --- I'm usually alone in #malgtk on Rizon. I may not respond immediately, but please feel free to leave a comment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.