libretro / libretro-lutro

An experimental lua game framework for libretro following the LÖVE API
https://lutro.libretro.com
MIT License
153 stars 46 forks source link

is it possible to use playlists ? #211

Closed PowaBanga closed 3 years ago

PowaBanga commented 3 years ago

hi everybody,

I want to know if it is possible to launch lutris game from a playlist like this one :

{
  "version": "1.4",
  "default_core_path": "",
  "default_core_name": "",
  "label_display_mode": 0,
  "right_thumbnail_mode": 0,
  "left_thumbnail_mode": 0,
  "sort_mode": 0,
  "items": [
    {
      "path": "lutris:rungameid/8" ,
      "label": "Blip & blop",
      "core_path": "/home/powabanga/.config/retroarch/cores/lutro_libretro.so",
      "core_name": "Lutris",
      "crc32": "",
      "db_name": ""
    }
  ]
}

Because this do not work... :/

RobLoach commented 3 years ago

https://github.com/RobLoach/love-lutris

PowaBanga commented 3 years ago

but this is a launcher for launch lutro-lutris from retroarch... not a playlist directly in retroarch... Am i right ?

RobLoach commented 3 years ago

Correct, not a launcher directly in RetroArch playlists. Would need a launcher core. I think one is out there somewhere.... Batch launcher or something? I could make one if you'd like.

RobLoach commented 3 years ago

https://github.com/SwedishGojira/libretro-bash-launcher

RobLoach commented 3 years ago

The nice thing about the lutro-lutris launcher however is that you don't have the manually add the playlists.

PowaBanga commented 3 years ago

yeah... so I created this litle script, who will create a playlist directly in retroarch. It use the lutris desktop. For me, this way is better https://gitlab.com/PowaBanga/lutris-autogen-retroarchplaylist