libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.17k stars 1.82k forks source link

Suggestions #4590

Closed inukaze closed 5 years ago

inukaze commented 7 years ago

First and foremost consider this:

Description

I would like to make a few suggestions. Which are the following

1) Torrent Downloads : Cores, Thumbnails, etc . i say this, because i have around 2 weeks trying to Download "Nintendo - Super Entertainment System Thumbnails" , and my internet connection is slow (i am from venezuela). i think can be good option putting for example for cores 1 torrent per core, but on thumbnails, put all content of specific console, on a torrent, for example "Super Nintendo Thumbnails" 1 torrent with all files in the right strecture of directories and files.

And with the populatiry of RetroArch, i think is better use torrents, because, the download can resume fine, and the torrents can preserve the integrity of files.

2 ) If the torrents are not possible, can add "Queue List" for put multiple downloads. To place multiple downloads simultaneously but to be downloaded one by one.

Have you ever seen how erratic and slow it gets when trying to download several things simultaneously in a slow connection?

3) The bandwith Limitations, for not consume all if i dont want it or need it. for Download and Uploads ( Uploads in the case the torrents, for share content can be slow, but with all users sharing :D i hope )

4 ) Its possible to add "RetroAchievements" in the "Xbox Classic" (First Xbox) port ?

Thank you for readme :)

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41782320-suggestions?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github).
hizzlekizzle commented 7 years ago

1.) I think the thumbnails are still changing rapidly, so torrent files will quickly be obsoleted. However, once things settle down more, it's a good idea.

4.) The xbox classic port doesn't have network access, so it can't do anything that requires it, including core downloader, retro achievements, etc.

ghost commented 7 years ago

why not just be able tp batch download what games you have on a playlist(assume here required name matches rdb)? that should be easier than to download an entire system only to stop in the middle of download

inukaze commented 7 years ago

Yes retro-wertz that is a good idea :D

andres-asm commented 7 years ago

We had downloading on demand (ie the first time the box art is shown) but I think @twinaphex didn't like it because there was a second were the boxart wasn't visible.

I thought it was better too but the decision was to use bundles.

RobLoach commented 7 years ago

git is a good option...

  1. git clone --depth=1 https://github.com/libretro/libretro-thumbnails.git
  2. Update RetroArch to point to the directory
  3. Periodically, run git pull
inukaze commented 7 years ago

RobLoach : i have a problem with that, i can't download directly an specific directory i must download the entire thumbnails directory, the problem is when my slow internet lost connection with git. and when i try to resume, git says "the directory is not empty" and don't resume download, i need delete entire folder, and try to download again. but ever fails.

RobLoach commented 7 years ago

Mount http://thumbnails.libretro.com/ with a WebDEV HTTP Server?

andres-asm commented 7 years ago

Nah that would be as slow as loading the thumbs in demand

On Wed, Feb 8, 2017, 2:02 AM Rob Loach notifications@github.com wrote:

Mount http://thumbnails.libretro.com/ with a WebDEV HTTP Server https://en.wikipedia.org/wiki/WebDAV?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/libretro/RetroArch/issues/4590#issuecomment-278245790, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpC0NpwAQlcPHxomXL0IvBKiSMuemqPks5raWh3gaJpZM4L6Q7S .

RobLoach commented 7 years ago

Get teh fiber intronauts... Or some other sync ideas....

  1. SyncThing
  2. BitTorrent Sync
  3. NextCloud
Ferk commented 7 years ago

BitTorrent Sync

Please not a proprietary protocol

i30817 commented 7 years ago

Can't you just enable download resume on your server? If the problem is resuming that is.

inukaze commented 7 years ago

Someone can explain where is de default "bios" path under GNU/Linux x86_64 ???

Reading some guides, just tell "Add bios to system's retroarch path" (i dunno that mean to put in /usr/bin/bios_file)

Because i want to test my PlayStation 1 Backups games, but i dont find on internet where is the default path for BIOS. on every site i found, all specify a diferent path, i dont see absolute or relative path for bios files.

I ask for every bios can use retroarch, PSOne, Sega Saturn, PC-Engine, etc . . .

When i try to run "Final Fantasy 8 (S) (PAL)" with "PCSX-ReARMed" says : no BIOS files found.

Which BIOS file need ???

andres-asm commented 7 years ago

Go to settings / directories Check the setting yourself, it's the first on the list.

inukaze commented 7 years ago

Thanks to this guide -> http://butlerpc.net/blog/2015/07/guide-to-running-retroarch-playstation-emulator-on-ubuntu-14-04/

i manually add 2 new lines to my configuration file ( /home/inukaze/.config/retroarch/retroarch.cfg )

system_directory = "~/.config/retroarch/bios"
content_directory = "/media/Compartido/Videojuegos/Emuroms"

Still i searching why my bios files :

dtlh3000.bin
dtlh3002.bin
scph101.bin
scph1001.bin
scph5000.bin
scph5500.bin
scph5502.bin
scph7000.bin
scph7001.bin
scph7003.bin
scph7502.bin

Are not found by "PCSXR ReARMed" with every game i test, dont matter if USA, JAPAN (NTSC/-J) , or Europe (PAL) , this core can't find the BIOS. ever shows a message "no BIOS found, expect BUGS" and in the CLI shows "note: running with HLE BIOS, expect compatibility problems"

dankcushions commented 7 years ago

for that core the file name and extension needs to be in upper case. e.g. SCPH1001.BIN.

inukaze commented 7 years ago

i have the files in lower case and upper case, and don't work neither

inukaze commented 7 years ago

Better i compile again retroarch with this cores (manual compile this cores too)

RobLoach commented 7 years ago

What are the CRC values? Check against what's in https://github.com/libretro/libretro-database/blob/master/dat/BIOS%20-%20Merged.dat ?