Skip to content

Commit

Permalink
update github username
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Apr 27, 2024
1 parent 9ec716e commit 1cd1660
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 FiniteLooper
Copyright (c) 2024 Chris Barr

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![GitHub - release](https://img.shields.io/github/v/release/FiniteLooper/SongShowPlus-parser?style=flat)](https://github.com/FiniteLooper/SongShowPlus-parser/releases/latest)
[![GitHub - release](https://img.shields.io/github/v/release/ChrisMBarr/SongShowPlus-parser?style=flat)](https://github.com/ChrisMBarr/SongShowPlus-parser/releases/latest)

# SongShowPlus-parser

[SongShow Plus](https://www.songshowplus.com/) is a worship presentation software package use by many churches to present song lyrics (and many other things) on screens. When moving to a different software package it may be needed to get your song lyrics out into some other format.

This project will parse and extract data from SongShow Plus `*.sbsong` files, you can find [sample files in this repo](https://github.com/FiniteLooper/SongShowPlus-parser/tree/main/sample-files) if you need to see what this can work with. It has **only been tested with SongShow Plus 7 files** as far as I know. I need test files from newer versions to be sure. The song files I test against do not contain a version number in them, so perhaps these files are standard across all versions of SongShow Plus, I am not sure. **If you have any song files you are able and willing to share with me, I would love to try them!**
This project will parse and extract data from SongShow Plus `*.sbsong` files, you can find [sample files in this repo](https://github.com/ChrisMBarr/SongShowPlus-parser/tree/main/sample-files) if you need to see what this can work with. It has **only been tested with SongShow Plus 7 files** as far as I know. I need test files from newer versions to be sure. The song files I test against do not contain a version number in them, so perhaps these files are standard across all versions of SongShow Plus, I am not sure. **If you have any song files you are able and willing to share with me, I would love to try them!**

This project is used by my [LyricConverter](https://github.com/FiniteLooper/LyricConverter) project which can convert your song lyric files between many common formats. If you need to convert some songs to another existing format I encourage you to check that project out first.
This project is used by my [LyricConverter](https://github.com/ChrisMBarr/LyricConverter) project which can convert your song lyric files between many common formats. If you need to convert some songs to another existing format I encourage you to check that project out first.

## Installation

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
"module": "dist/module/index.js",
"homepage": "https://github.com/FiniteLooper/SongShowPlus-parser#readme",
"homepage": "https://github.com/ChrisMBarr/SongShowPlus-parser#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/FiniteLooper/SongShowPlus-parser.git"
"url": "git+https://github.com/ChrisMBarr/SongShowPlus-parser.git"
},
"bugs": {
"url": "https://github.com/FiniteLooper/SongShowPlus-parser/issues"
"url": "https://github.com/ChrisMBarr/SongShowPlus-parser/issues"
},
"keywords": [
"church",
Expand Down

0 comments on commit 1cd1660

Please sign in to comment.