Giter VIP home page Giter VIP logo

cinequeue's People

Contributors

danhedron avatar zuzak avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

zuzak samstudio8

cinequeue's Issues

Abstract away mplayer

Replace mplayer child_process code with an interface to allow any external player to be used.

Tests fail because i18n is not initalized

A number of tests fail because the i18n function is called in the code that is being tested, but without the i18n module being initialized with appropriate settings (as it is in server.js. We should initialize the i18n module before running tests.

There's a flash of red as the next file loads

When a new file is loading (i.e. the metadata hasn't been read yet), the progress bar shows 100% briefly. We should either set the progress bar to default to 0%, or have some kind of loading screen.

App crashes if there is a symlink in the file system

fs.js:689
  return binding.stat(pathModule._makeLong(path));
                 ^
Error: ENOENT, no such file or directory '/home/share/media/sfx/humblebundle/cavestoryplus/CaveStoryPlusSoundTrack'
    at Object.fs.statSync (fs.js:689:18)
    at /home/zuzak/git/cinequeue/routes/filesystem.js:32:23
    at Array.map (native)
    at /home/zuzak/git/cinequeue/routes/filesystem.js:30:19
    at Object.oncomplete (fs.js:107:15)

Sticky footer

The footer should be sticky, which will helpfully sidestep the sidebar overlapping disaster.

Only files should be selectable by checkboxes

When viewing a directory in FS view, all listings have checkboxes instead of hyperlinks, regardless of whether they are a directory or a file.

This is undesirable, as folders cannot yet be queued. It is also no longer possible to easily navigate through the file structure without manipulating the URL manually.

Need to reenable pretty print

Previously, jade has outputted prettily (with linebreaks and indentation). It now outputs everything in one very long line at the top of the screen. This should be fixed.

This was introduced in cfe559d ยญโ€“ it appears that app.locals got overwritten in routes/playlist.js from what was in server.js; we should be appending instead of overwriting.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.