Files
seanime/internal
2024-07-29 16:09:13 -04:00
..
2024-07-23 16:39:02 -04:00
2024-07-19 17:16:24 -04:00
2024-07-19 17:16:24 -04:00
2024-07-19 17:16:24 -04:00
2024-07-26 19:08:14 -04:00
2024-07-19 17:16:24 -04:00
2024-07-19 17:16:24 -04:00
2024-05-26 13:37:39 -04:00
2024-07-25 15:11:03 -04:00
2024-06-29 18:34:01 -04:00

preview

Seanime Server

  • api: Third-party APIs
    • anilist: AniList structs and methods
    • anizip: Metadata API
    • filler: Filler API
    • listsync
    • mal: MyAnimeList API
    • mappings: Mapping API
    • tvdb: TheTVDB API
    • metadata: Metadata module
  • constants: Self-explanatory
  • core: App struct and instantiation of modules
  • cron: Cron jobs
  • database
    • db: Database module
    • models: Database models
  • discordrpc: Discord RPC
    • client
    • ipc
    • presence: Discord Rich Presence module
  • events: Websocket Event Manager module and constants
  • handlers: API handlers
  • library
    • anime: Library structs and methods
    • autodownloader Auto downloader module
    • autoscanner: Auto scanner module
    • filesystem: File system methods
    • playbackmanager: Playback Manager module for progress tracking
    • scanner: Scanner module
    • summary: Scan summary
  • manga: Manga structs and Manga Downloader module
    • downloader: Chapter downloader structs and methods
    • providers: Online provider structs and methods
  • mediaplayers
    • mediaplayer: Media Player Repository module
    • mpchc
    • mpv
    • mpvipc
    • vlc
  • mediastream: Media Stream Repository module
    • transcoder: Transcoder
    • videofile: Media metadata
  • offline: Offline hub module
  • onlinestream: Onlinestream module
    • providers: Stream providers
    • sources: Video server sources
  • test_utils: Test methods
  • torrentstream: Torrent Stream Repository module
  • torrents
    • analyzer: Scan and identify torrent files
    • animetosho
    • nyaa
    • qbittorrent
    • seadex
    • torrent: Torrent search structs and methods
    • torrent_client: Torrent client repository module
    • transmission