Support http://project2612.org/ catalogue

Issue #76 new
Vitamin Vitamin created an issue

Subj

http://project2612.org/

Comments (2)

  1. Vitamin Vitamin reporter
    General Archive Statistics
    Number of sets: 671
    Average rating: 6.35 / 10
    Total downloads:    4604749
    Average votes per file: 196.61
    Average downloads:  6862.52
    Total votes:    131922
    
  2. Vitamin Vitamin reporter

    Model:

    file: http://project2612.org/download.php?id=${id}
    info: http://project2612.org/details.php?id=${id}
    thumb: http://project2612.org/thumb.php?${id}
    all: http://project2612.org/list.php?page=all
    
    project2612:/Games/[A-Z#]/${title}?id=${id}
    
    class Set {
      int Id;
      //from common list
      String EnglishTitle;
      String JapaneseTitle;
      String Composers[];
      String System;
      String Size;
      float Rating;
      int Downloads;
      String Date;
      //from set info page
      int Tracks;
      String Author;
    }
    

    No author ids, search by name.

  3. Log in to comment