Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable ejection on an unidentified disc (#779) #937

Merged
merged 2 commits into from
Sep 24, 2023

Conversation

martini1992
Copy link

@martini1992 martini1992 commented Sep 10, 2023

Description

Disables the automatic ejecting of an unidentified disc, to prevent immediate ejection of discs on certain (Pioneer slim) drives.

Fixes #779

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
    (Could be seen as both)

How Has This Been Tested?

Several people on the ticket including me have tested removing the offending line (including me).
I have added extra code to make this configurable, with the default behaviour being the original behaviour.

  • Docker

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have tested that my fix is effective or that my feature works

@martini1992 martini1992 changed the title Add option to disable ejection on an unidentified disc (#799) Add option to disable ejection on an unidentified disc (#779) Sep 10, 2023
@1337-server 1337-server added the Bugfix Bugfixes in PR label Sep 11, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@shitwolfymakes shitwolfymakes merged commit 9064600 into automatic-ripping-machine:main Sep 24, 2023
10 checks passed
truecharts-admin added a commit to truecharts/charts that referenced this pull request Jan 3, 2024
…-ripping-machine to v2.6.67@8310b23 by renovate (#16800)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| patch | `2.6.60` -> `2.6.67` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>automatic-ripping-machine/automatic-ripping-machine
(automaticrippingmachine/automatic-ripping-machine)</summary>

###
[`v2.6.67`](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.6.67)

[Compare
Source](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.6.60...2.6.67)

#### What's Changed

- Fix for 914 - automatic build/release creating new release everytime
by [@&#8203;1337-server](https://togithub.com/1337-server) in
[automatic-ripping-machine/automatic-ripping-machine#917
- Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#920
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#932
- Ntfy and Bash for notifications by
[@&#8203;newhinton](https://togithub.com/newhinton) in
[automatic-ripping-machine/automatic-ripping-machine#930
- Fix handling of the abcde.conf file for docker by
[@&#8203;martini1992](https://togithub.com/martini1992) in
[automatic-ripping-machine/automatic-ripping-machine#938
- Add option to disable ejection on an unidentified disc
([#&#8203;779](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/issues/779))
by [@&#8203;martini1992](https://togithub.com/martini1992) in
[automatic-ripping-machine/automatic-ripping-machine#937
- Bump docker/build-push-action from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#940
- Bump docker/metadata-action from 4.6.0 to 5.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#943
- Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#941
- Bump docker/login-action from 2.2.0 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#942
- Add k10temp support for more AMD platforms by
[@&#8203;anthonylavado](https://togithub.com/anthonylavado) in
[automatic-ripping-machine/automatic-ripping-machine#958
- Fix transcode free space by
[@&#8203;rgooler](https://togithub.com/rgooler) in
[automatic-ripping-machine/automatic-ripping-machine#954
- Add Apprise test button by
[@&#8203;anthonylavado](https://togithub.com/anthonylavado) in
[automatic-ripping-machine/automatic-ripping-machine#963
- Resolved issue with dev tools by
[@&#8203;microtechno9000](https://togithub.com/microtechno9000) in
[automatic-ripping-machine/automatic-ripping-machine#966
- Use Waitress as WSGI Server by
[@&#8203;anthonylavado](https://togithub.com/anthonylavado) in
[automatic-ripping-machine/automatic-ripping-machine#964
- Bump arm-dependencies from `0d608cb` to `c3b0745` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#970
- Parse bluray label for OMDB search by
[@&#8203;anthonylavado](https://togithub.com/anthonylavado) in
[automatic-ripping-machine/automatic-ripping-machine#962
- Models Refactor by
[@&#8203;shitwolfymakes](https://togithub.com/shitwolfymakes) in
[automatic-ripping-machine/automatic-ripping-machine#977

#### New Contributors

- [@&#8203;martini1992](https://togithub.com/martini1992) made their
first contribution in
[automatic-ripping-machine/automatic-ripping-machine#938
- [@&#8203;anthonylavado](https://togithub.com/anthonylavado) made their
first contribution in
[automatic-ripping-machine/automatic-ripping-machine#958
- [@&#8203;rgooler](https://togithub.com/rgooler) made their first
contribution in
[automatic-ripping-machine/automatic-ripping-machine#954

**Full Changelog**:
automatic-ripping-machine/automatic-ripping-machine@2.6.60...2.6.67

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
GabrielBarzen pushed a commit to GabrielBarzen/charts that referenced this pull request Feb 2, 2024
…-ripping-machine to v2.6.67@8310b23 by renovate (truecharts#16800)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| patch | `2.6.60` -> `2.6.67` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>automatic-ripping-machine/automatic-ripping-machine
(automaticrippingmachine/automatic-ripping-machine)</summary>

###
[`v2.6.67`](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.6.67)

[Compare
Source](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.6.60...2.6.67)

#### What's Changed

- Fix for 914 - automatic build/release creating new release everytime
by [@&truecharts#8203;1337-server](https://togithub.com/1337-server) in
[automatic-ripping-machine/automatic-ripping-machine#917
- Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 by
[@&truecharts#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#920
- Bump actions/checkout from 3 to 4 by
[@&truecharts#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#932
- Ntfy and Bash for notifications by
[@&truecharts#8203;newhinton](https://togithub.com/newhinton) in
[automatic-ripping-machine/automatic-ripping-machine#930
- Fix handling of the abcde.conf file for docker by
[@&truecharts#8203;martini1992](https://togithub.com/martini1992) in
[automatic-ripping-machine/automatic-ripping-machine#938
- Add option to disable ejection on an unidentified disc
([#&truecharts#8203;779](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/issues/779))
by [@&truecharts#8203;martini1992](https://togithub.com/martini1992) in
[automatic-ripping-machine/automatic-ripping-machine#937
- Bump docker/build-push-action from 4 to 5 by
[@&truecharts#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#940
- Bump docker/metadata-action from 4.6.0 to 5.0.0 by
[@&truecharts#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#943
- Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 by
[@&truecharts#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#941
- Bump docker/login-action from 2.2.0 to 3.0.0 by
[@&truecharts#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#942
- Add k10temp support for more AMD platforms by
[@&truecharts#8203;anthonylavado](https://togithub.com/anthonylavado) in
[automatic-ripping-machine/automatic-ripping-machine#958
- Fix transcode free space by
[@&truecharts#8203;rgooler](https://togithub.com/rgooler) in
[automatic-ripping-machine/automatic-ripping-machine#954
- Add Apprise test button by
[@&truecharts#8203;anthonylavado](https://togithub.com/anthonylavado) in
[automatic-ripping-machine/automatic-ripping-machine#963
- Resolved issue with dev tools by
[@&truecharts#8203;microtechno9000](https://togithub.com/microtechno9000) in
[automatic-ripping-machine/automatic-ripping-machine#966
- Use Waitress as WSGI Server by
[@&truecharts#8203;anthonylavado](https://togithub.com/anthonylavado) in
[automatic-ripping-machine/automatic-ripping-machine#964
- Bump arm-dependencies from `0d608cb` to `c3b0745` by
[@&truecharts#8203;dependabot](https://togithub.com/dependabot) in
[automatic-ripping-machine/automatic-ripping-machine#970
- Parse bluray label for OMDB search by
[@&truecharts#8203;anthonylavado](https://togithub.com/anthonylavado) in
[automatic-ripping-machine/automatic-ripping-machine#962
- Models Refactor by
[@&truecharts#8203;shitwolfymakes](https://togithub.com/shitwolfymakes) in
[automatic-ripping-machine/automatic-ripping-machine#977

#### New Contributors

- [@&truecharts#8203;martini1992](https://togithub.com/martini1992) made their
first contribution in
[automatic-ripping-machine/automatic-ripping-machine#938
- [@&truecharts#8203;anthonylavado](https://togithub.com/anthonylavado) made their
first contribution in
[automatic-ripping-machine/automatic-ripping-machine#958
- [@&truecharts#8203;rgooler](https://togithub.com/rgooler) made their first
contribution in
[automatic-ripping-machine/automatic-ripping-machine#954

**Full Changelog**:
automatic-ripping-machine/automatic-ripping-machine@2.6.60...2.6.67

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Bugfixes in PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Blue Ray Drive ejects Disk immediately and Drive blinks rapidly
3 participants