n2omatt

n2omatt commented on issue libreflix/libreflix#21

fs.rename fails on cross device.

Oh... that's sad (for your video card) ;D

6 years ago

n2omatt created pull request libreflix/libreflix#21

fs.rename fails on cross device.

6 years ago

n2omatt pushed to CrossDevice_Rename_Issues at n2omatt/libreflix

  • 77b03ad01e - Prevent EXDEV errors and some typos corrections. fs.rename fails on cross device files. So if the the tmpfs is mounted on /tmp (which is to be the default) and the /tmp itself is on other device the call for fs.rename will trigger an [Error: EXDEV: cross-device link not permitted...] This make sure that we always have the correct behaviour no matter the actual underlying devices that we're on. The call of fs.remove is kind of optional, because by default the contents of tmpfs is cleared upon reinitialization. But to ensure that the disk space is preserved we're calling it here. Please beware of this and remove the fs.remove call if any performance degradation is perceived at all. Other thing to keep in mind is that those functions aren't default fs module calls, but instead fs-extra calls. Reference: https://github.com/jprichardson/node-fs-extra
  • b62e64de29 - Add the fs-extra requirement. This is needed to new fs calls on ./controllers/upload.js
  • e03bc232e1 Merge branch 'master' of https://notabug.org/n2omatt/libreflix
  • d90e16caef adding blog link and more
  • 417a73ead3 Nova bio

6 years ago

n2omatt created new branch CrossDevice_Rename_Issues at n2omatt/libreflix

6 years ago

n2omatt commented on issue libreflix/libreflix#19

Background / Thumbnail Upload Images ideas.

Ok then I'll work on it ;D

6 years ago

n2omatt commented on issue libreflix/libreflix#19

Background / Thumbnail Upload Images ideas.

I see! Well you did explained everything so there's no much room to any further development on this issue!

6 years ago

n2omatt commented on issue libreflix/libreflix#20

Download option.

Sorry for the late reply, I was in the country and net connection at there is gold!

6 years ago

n2omatt opened issue libreflix/libreflix#20

Download option.

6 years ago

n2omatt opened issue libreflix/libreflix#19

Background / Thumbnail Upload Images ideas.

6 years ago

n2omatt created pull request libreflix/libreflix#17

- Make the playback and volume controllable by keyboard.

6 years ago

n2omatt pushed to Keyboard_Playback_Control at n2omatt/libreflix

  • d67762dc24 - Make the playback and volume controllable by keyboard. All players have some sort of keyboard control, Libreflix should have this too! This patch makes the playback controllable by the left and right arrow keys and the volume controllable by the up and down keys. The volumeChange function was rewritten to utilize the changevolumeDelta so we don't have code duplication!
  • 0ff01d63f9 tags click wrong slash
  • 6a3b765bec about sections
  • f41fceab7c curva svg
  • 4d5ec2a082 tags! and more details in about

6 years ago

n2omatt created new branch Keyboard_Playback_Control at n2omatt/libreflix

6 years ago

n2omatt forked a repository to n2omatt/libreflix

6 years ago