Code Monkey home page Code Monkey logo

librarian's People

Watchers

 avatar  avatar

librarian's Issues

Changing book owner's name

NOTE TO UPGRADERS to > version 2022.04.09.XX:

This last commit adds an extra field to the config file.
Errors/warnings will occur unless you add this field. Edit ~/.librarian.cfg and add:

LIBRARIAN = Your Preferred Name

in the [database] section.

If this is different to you login name this will affect DB searches where books already exist with your login name
as book.owner.

In that case this will require a manual database update

This SQl will do that.
UPDATE books SET owner = 'new name' where owner = 'old login';
Or use your favourite DB GUI.
I don't think there's a safe way to do this automatically.

New installs have the ~/.librarian.cfg populated correctly with dummy values that need to manually updated before using the application properly.

This change was prompted by the addition of the bookmark printing facility. Which is still a WIP and I guess many people will never use and find the current implementation a PITA. Maybe this needs a config entry too. As the Irish say, "I wouldn't be starting from here" if I wanted to get to where I wanted to when I started.

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.