dgw / plex-pushover

A simple plex webhook to send a Pushover notification every time someone starts playing media on your server
MIT License
5 stars 3 forks source link

Add episode numbers in SxEE format #3

Closed dgw closed 6 years ago

dgw commented 6 years ago

Requires Node 8 because I used the padStart() method added in ES2017 (though it is technically available with the --harmony flag in Node 7).

I can reimplement with a more backwards-compatible padding function (meaning steal one from SO :stuck_out_tongue:) if you want.

dgw commented 6 years ago

Stealth-updated the README and forgot to mention: I put "version 8" in there because I think it's beyond the scope of the README to get into node flags.

grahams commented 6 years ago

@dgw FYI I don't use this project at all anymore; if you are interested I can transfer it to you.

dgw commented 6 years ago

I'd be willing to maintain it, yes. Been running my instance 24/7 since (I think) the day before I submitted #1.

grahams commented 6 years ago

@dgw I went to transfer the ownership to you and it balked because you already have a plex-pushover fork. Perhaps you could rename your fork?

dgw commented 6 years ago

Had to figure out how to do that from my phone (don't do much GitHub from mobile), but it should be OK now :)

grahams commented 6 years ago

@dgw Now it's complaining that you already have a project in this projects 'network'. I added you as a collaborator, perhaps I can make you and admin and then cease being an admin or something? or you may have to delete your fork project first...

dgw commented 6 years ago

See if the admin dance works… If not, I'll make sure I have all my fork's branches synced locally and delete the fork when I get back to my dev PC. (This is instructive for me, since I've never seen GitHub be quite this picky about something. Good learning experience?)

grahams commented 6 years ago

Same here, I can't remember if i've transferred ownership of a repo in the past, but this is the most 'dancing' i've had to do around Github....

grahams commented 6 years ago

Looks like the admin dance won't work. When you get back to your machine try deleting the fork as you suggested... No rush, obviously. :)

dgw commented 6 years ago

I think I got any extra branches saved locally… If not, oh well. Conflicting repo deleted. Fire away!

If GitHub still throws an error, I'll flame them on Twitter or something… :stuck_out_tongue:

grahams commented 6 years ago

Looks like it might be in progress. I assume it's gonna ask you to accept it.

dgw commented 6 years ago

Looks more or less complete. That was an adventure!