Skip to content

noodlestan/mr-noodles

Repository files navigation

Mr. Noodles

A bespoke media center browser app

  • multiple users
  • multiple folders per user
  • explore media by folders
  • browse by timeline
  • TODO video
  • TODO playlists
  • TODO idle mode
  • TODO guests
Folders View Timeline View

FAQ:

What do you use it for?

I mostly use it to browse my collection of photos and videos when at home.

  • saves money (no expensive photo cloud account)
  • images and videos load blazing fast on phones, tablets, and the living room projector
  • we know where the pictures are (meaning old school folders)
  • and we can organize them however we want
  • the whole family (and visitors) can browse and share media

Why did you create it?

I used to have a Google Photos payed account but got tired of paying to wait for images and videos to load.

So I downgraded to a 15GB Google account where I keep only the most recent media and a curated album of older (or timeless) things I might want to share with others when not at home.

As for the actual treasure chest, I keep it in a media server on the living room, properly backed up, of course.

Can I run it on my own media server?

Sure, at your own peril.

This software uses a filesystem database to store metadata about the server's managed folders and media files. These files will be located alongside the files (think ._DS_Store kind of files, but called .<something>.noodle.json)

The system is also capable of removing these files. "Supposedly" it never touches the original media files, only metadata files and compressed thumbnails. But, who knows ... this thing is not properly tested.

Is there an installation guide?

Not yet.

But it will be something along the lines of:

Can the Server & Client restart when the media server reboots?

Sure!

I used Supervisord. Easy to setup and works flawlessly.

Will it run on windows?

Sure? ... Not sure :-D I tested it a few months ago and it was working but I don't test it regularly.

Can I expose the server to the internet?

Sure. Also at your own peril.

And you'll have to wire it all up yourself.

What is Noodlestan?

It is our realm. Welcome, you are invited.

Development

Recommended software:

What's in the repo

This Monorepo hosts all code for Mr. Noodles.

See each package's README for more details.

Committing

Lefthook should run automatically before every commit.

  • lints all code
  • does a global tsc compilation
  • builds shared code
  • builds server(s)
  • builds client app(s)

Note: if you encounter 🥊 lint errors you should run npm run lint for details (linting is silent because prettier is noisy and breaks Lefthook's output buffering)

License

Copyright (c) 2023 Andre Torgal.

Published under a MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published